Welcome to Welcome to DNF.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars

If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.

Register Today on DNForum IT'S FREE!

Results 1 to 9 of 9
  1. #1
    I BUY TRAFFIC NAMES!
    nicorlino's Avatar
    Join Date
    Aug 2002
    Posts
    1,038
    DNF$
    487
    Bank
    0
    Total DNF$
    487
    Donate  

    need some html frame code!

    hi ya'll,
    i don't know a lot about html and i would need a specific code.
    could somebody post a code that allows me to redirect a page using a frame. the frame should show this logo in the upper left corner, and some text on the right side of it. below the logo and the text there should be the page i redirect it to. could somebody post some code her for me? would send some dnf bucks!
    nico

  2. #2
    Platinum Lifetime Member

    Join Date
    Jul 2002
    Location
    Essex, U.K.
    Posts
    888
    DNF$
    519
    Bank
    0
    Total DNF$
    519
    Donate  
    not sure if this is what you want but i just knocked it together...

    put the following code in a file called redirect.php

    <?php
    if ( '' == $url )
    {
    $url="http://www.appartment.com";
    }
    ?>
    <html>
    <head>
    <title> =You are now visiting an external site</title>
    </head>
    <frameset rows="175,*">
    <frame src="header.html" name="header" frameborder="0" noresize scrolling="no">
    <frame src="<?php echo($url); ?>" name="detail">
    </frameset>
    </html>

    now create the header page using the following html and call it header.html and put it in the same folder as redirect.php

    <html>
    <head>
    <title></title>
    </head>
    <body>
    <table align="center" width="100%" cellpadding="0">
    <tr valign="top">
    <td><p align="left"><img src="http://www.zeifang.com/logos/appartment.gif"></p></td>
    <td><p align="right">This is some text about my website<br />
    This is some text about my website<br />
    This is some text about my website<br />
    This is some text about my website<br />
    This is some text about my website<br />
    This is some text about my website<br />

    </p></td>
    </tr>
    </table>
    </body>
    </html>


    you can then link to redirect.php and get it to load any page you want by using the following code

    http://www.yourdomain.com/redirect.php?url=http://www.domaintoredirectto.com

    i have made an example page

    try this link

    http://www.hiphopdvds.com/redirect.p...ww.dnforum.com

    if this is useful say so and i'll explain how to change the page title and set a default site in case you forget to add the ?url=www.domain.com
    Last edited by Ciqala; 04-02-2003 at 05:58 AM.

  3. #3
    I BUY TRAFFIC NAMES!
    nicorlino's Avatar
    Join Date
    Aug 2002
    Posts
    1,038
    DNF$
    487
    Bank
    0
    Total DNF$
    487
    Donate  
    thats exactly what i wanted, thanks a lot!
    500 dnf bucks on your way!
    nico

  4. #4
    Platinum Lifetime Member

    Join Date
    Jul 2002
    Location
    Essex, U.K.
    Posts
    888
    DNF$
    519
    Bank
    0
    Total DNF$
    519
    Donate  
    ok if you change the following colored code then you can modify the following

    orange => the default url
    red => the title that appears in the top of internet explorer
    blue => how high the top header should be in pixels
    green => path to your logo image
    yellow => the text to put in the right hand side of the header

  5. #5
    Domain Buyer
    TopNames.com's Avatar
    Join Date
    Dec 2002
    Posts
    1,816
    DNF$
    2,060
    Bank
    0
    Total DNF$
    2,060
    Donate  
    Ciq is a useful "bloke"
    .

  6. #6
    I BUY TRAFFIC NAMES!
    nicorlino's Avatar
    Join Date
    Aug 2002
    Posts
    1,038
    DNF$
    487
    Bank
    0
    Total DNF$
    487
    Donate  
    he sure is!

  7. #7
    Platinum Lifetime Member

    Join Date
    Jul 2002
    Location
    Essex, U.K.
    Posts
    888
    DNF$
    519
    Bank
    0
    Total DNF$
    519
    Donate  
    I ROCK!!!

  8. #8
    DNF Addict
    unclewilco's Avatar
    Join Date
    Aug 2002
    Location
    a shed,wales,uk
    Posts
    5,470
    DNF$
    3,928
    Bank
    0
    Total DNF$
    3,928
    Donate  
    just like kermit...

  9. #9
    Platinum Lifetime Member

    Join Date
    Jul 2002
    Location
    Essex, U.K.
    Posts
    888
    DNF$
    519
    Bank
    0
    Total DNF$
    519
    Donate  
    Thanks for reminding me I now have enough to change my user title

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Domain name forum recommended by Domaining.com