waw great another enter page
tambahan
kalau seumpama nemu null bisa kok di step
[quote]var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=UID FS KAMU"){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=UID FS KAMU"){
}
else {
location.href = "URL HTML KAMU";
}[/quote]
diubah menjadi
[quote]place=document.location.href;
if(place!="http://profiles.friendster.com/user.php?uid="+pageOwnerID){
top.location.href="[color=red]URL HTML MU DISINI[/color]"
}[/quote]
sekian