[quote=g4LLih09]kloo pake enter page suka null
ngakalinya gtmn iah biar gak null[/quote]
coba perhatikan di step2 itu code yg ini
[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 INTRO";
}[/quote]
Nah coba ganti dengan code di bawah ini
[quote]place=document.location.href;
if(place!="http://profiles.friendster.com/user.php?uid="+pageOwnerID){
top.location.href="[color=red]URL HTML KAMU DISINI[/color]"
}[/quote]
ganti yg merah itu ajah
Last edited by okacybernet (2008-06-17 07:59:51)