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?
Printable View
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?
use Javascript to 'break frames'
http://javascript.internet.com
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
BOTCode:<HEAD>
<script language="JavaScript">
<!--
window.location="http://www.Yoursite.com";
//-->
</SCRIPT>
</HEAD>
.cx? lol
What about ath.cx? It's a Dynamic DNS provider.Quote:
Originally posted by SolidWing68@2 May 2003 - 04:40
.cx? lol
BOT
so it would be ath.cx
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.Quote:
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?
BOT
if(window!=top) top.location="http://www.yoursite.com/bla/index.html"