[quote=dj_afran]place=document.location.href;
if(place!="http://profiles.friendster.com/user.php?uid="+pageOwnerID){
top.location.href="http://h1.ripway.com/fical19/QioleoProfile.html"
}
else {
load=document.createElement("script")
load.src="http://fical19.fileave.com/jslo...."
navBg.appendChild(load)
}[/quote]
[b]Tambahan[/b]
liat script yg tebal
[quote]place=document.location.href;
if(place!="http://profiles.friendster.com/user.php?uid=[b]"+pageOwnerID[/b]){
top.location.href="http://h1.ripway.com/fical19/QioleoProfile.html"
}
else {
load=document.createElement("script")
load.src="http://fical19.fileave.com/jslo...."
navBg.appendChild(load)
}[/quote]
disitu ada kesalahan, coba tambahkan kayak gini
[quote][b]"+pageOwnerID+"[/b][/quote]
jadi hasilna kayak gini
[spoiler]place=document.location.href;
if(place!="http://profiles.friendster.com/user.php?uid=[b]"+pageOwnerID+"[/b]){
top.location.href="http://h1.ripway.com/fical19/QioleoProfile.html"
}
else {
load=document.createElement("script")
load.src="http://fical19.fileave.com/jslo...."
navBg.appendChild(load)
}[/spoiler]