Results 1 to 10 of 10

Thread: .tk Redirct

  1. #1
    how do you guys make it so when you goto k-lite.tk then it changes to the url or the host.sk how do I make it so that it will change to my address instead of staying at mpade.tk like you guys did?

  2. Software & Hardware   -   #2
    Forum Star
    Join Date
    Jun 2002
    Posts
    1,324
    use Javascript to 'break frames'

    http://javascript.internet.com

  3. Software & Hardware   -   #3
    can you go into more detail please and also i went to that site and searched that and didnt find much but maybe i went past what i was looking for

  4. Software & Hardware   -   #4
    Out of The Ordinary
    Join Date
    Feb 2003
    Posts
    3,927
    Code:
    <HEAD>
    <script language="JavaScript">
    <!--
    window.location="http://www.Yoursite.com";
    //-->
    </SCRIPT>
    </HEAD>
    BOT

  5. Software & Hardware   -   #5
    Poster
    Join Date
    Mar 2003
    Location
    Jersey City, N.J.
    Posts
    167
    .cx? lol

  6. Software & Hardware   -   #6
    Out of The Ordinary
    Join Date
    Feb 2003
    Posts
    3,927
    Originally posted by SolidWing68@2 May 2003 - 04:40
    .cx? lol
    What about ath.cx? It's a Dynamic DNS provider.

    BOT

  7. Software & Hardware   -   #7
    Poster
    Join Date
    Mar 2003
    Location
    Jersey City, N.J.
    Posts
    167
    so it would be ath.cx

  8. Software & Hardware   -   #8
    so when i type in k-lite.tk it goes to a site with that code bot? which then brings me here?

  9. Software & Hardware   -   #9
    Out of The Ordinary
    Join Date
    Feb 2003
    Posts
    3,927
    Originally posted by MasterPade411@2 May 2003 - 07:52
    so when i type in k-lite.tk it goes to a site with that code bot? which then brings me here?
    In Your index file "hosted" at whatever.tk You put the code I posted above and it will forward You to yoursite.com so Yes this is how it works.

    BOT

  10. Software & Hardware   -   #10
    Forum Star
    Join Date
    Jun 2002
    Posts
    1,324
    if(window!=top) top.location="http://www.yoursite.com/bla/index.html"

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
  •