errr.. bro... have you tried this on your main page...?
i mean... where lots of your js are compiled....
coz i tried this on my test page with minimal js and it works
but when i tried it on my main profile... where lots of scripts
compiled in there... it gives me an error that prompt me to
close my browser... both in IE and FF... is there any possible
codes that conflicts with this redirection script...
[quote]var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=YOUR USER ID"){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=YOUR USER ID"){
}
else {
location.href = "THE URL OF UR WELCOMEPAGE.HTM";
}[/quote]
I tried trial and error to find the conflicts but i can't find it...
hope u know the conflicting codes if there is one...