[quote=stepdarn14]no i mean, it goes back to the enter page
once I click ENTER, it goes back again to the ENTER page.
[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)