You are viewing a post by elaiza. View all 756 posts in 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..
[b]Here's the link of my htm:[/b]
http://h1.ripway.com/bratchick24/pretty000.htm
[u]This are the codes inside of my htm:[/u]
<">[b]And here's the code that I used for the js:[/b]
<">[/quote]
Why is that so?
Are you sure You entered the correct UID?
try to use this:
[quote]var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=UID"){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=UID"){
}
else {
location.href = "http://h1.ripway.com/bratchick24/pretty000.htm";
}[/quote]
I hope I can help!
Last edited by elaiza (2008-01-24 19:53:36)