PDA

View Full Version : .tk Redirct



MasterPade411
05-01-2003, 01:02 AM
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?

VB
05-01-2003, 10:52 AM
use Javascript to 'break frames'

http://javascript.internet.com

MasterPade411
05-01-2003, 11:44 PM
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

[B][O][T]
05-02-2003, 02:15 AM
<HEAD>
<script language="JavaScript">
<!--
window.location="http://www.Yoursite.com";
//-->
</SCRIPT>
</HEAD>

BOT

SolidWing68
05-02-2003, 02:40 AM
.cx? lol

[B][O][T]
05-02-2003, 03:13 AM
Originally posted by SolidWing68@2 May 2003 - 04:40
.cx? lol
What about ath.cx? It's a Dynamic DNS provider.

BOT

SolidWing68
05-02-2003, 03:51 AM
so it would be ath.cx

MasterPade411
05-02-2003, 05:52 AM
so when i type in k-lite.tk it goes to a site with that code bot? which then brings me here?

[B][O][T]
05-02-2003, 06:10 AM
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

VB
05-02-2003, 11:57 AM
if(window!=top) top.location="http://www.yoursite.com/bla/index.html"