[b]cryzz[/b]
you could place the code...
in the part was highest in js file belonging to you
cuz i've tried it and it didnt works.. it just display "null'"..
[b]unmaskedluke[/b]
u can try another animated enterpage..
[b][url=http://theftalk.com/t22287-Enter-page-animated-window-opener.html]CLICK HERE[/url][/b]
n i'm too it's working in your fs..
Last edited by arcatari (2008-04-28 00:10:38)
[quote]var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=[b]YOUR USER ID[/b]"){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=[b]YOUR USER ID[/b]"){
}
else {
location.href = "[b]http://freewebs.com/trytosaveme/enterpage.htm[/b]";
}[/quote]
edit the bold part with your own
heres the ex. of finish code
[quote]var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=[b]12345678[/b]"){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=[b]12345678[/b]"){
}
else {
location.href = "[b]http://freewebs.com/trytosaveme/enterpage.htm[/b]";
}[/quote]
then paste it at the top of of JS files
Last edited by simpleMe (2008-04-28 02:40:38)