Please fix this code for me I'm using it in wapka
::top:: = top
::lock:: = lock
It only displays the LAST code in } else { even in var top = "::top::"; i changed ::top:: to top. Still not working
Code:
<script type="text/javascript">
<!--
var top = "::top::";
var lock = "::lock::";
var locktop = "::lock::::top::";
if(top == "top"){
document.write('<img src="/img/2932/2932357_f1aeefa1ad.gif" alt="" />');
}else if(lock == "lock"){
document.write('<img src="/img/2932/2932350_04a3c20827.gif" alt="" />');
}else if(locktop == "locktop"){
document.write('<img src="/img/2932/2932356_70292643d2.gif" alt="" />');
} else {
document.write('<img src="/img/2932/2932587_85eb730a6a.gif" alt="" />');
}
//-->
</script>
::lock:: = lock
It only displays the LAST code in } else { even in var top = "::top::"; i changed ::top:: to top. Still not working
Comment