Re: actually its a redirection code
but i found it to be an enter page ^^
just paste it in ur JS extension
[quote]var myplace = document.location.href;
if (myplace == "http://www.friendster.com/user.
..ei plz help..the loading page doesnt automatically redirect to my friendster profile at all..it just stays ther...why is that?..
here's my code...
var myplace = document.location.href;
if (myplace == "http://www.friendster.com/user.php?uid=7704884"){
}
else if (myplace == "http://www.friendster.com/user.php?uid=7704884"){
}
else {
location.href = "http://www.freewebs.com/chukchakxv/loadingpageko.htm";
}
--and does it make a difference if you use your own acct to view your profile?..