[quote=ayessa0309]how to save it in JS...im a newbiew here..i dnt get it..after saving it in HTMl,i will go to ripway to upload it..wat will i do nxt? help me...tnx[/quote]
upload it on ripway..get the url of your .html and have this codes..edit the bolded part!
[quote]//enterpage trick by Tazmaine
var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=[b]USERID[/b]"){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=[b]USERID[/b]"){
}
else {
location.href = "[b]URL OF HTML[/b]";
}[/quote]

Save it at ur js file!
Last edited by i i LeA i i (2008-08-05 07:35:32)