05-15-2008, 07:27 PM
|
#30 (permalink)
|
|
Preferred Member
Join Date: Jan 2007
Posts: 115
|
Quote:
Originally Posted by gxkingdom.com
...
Busted? You havn't proved shit beside the fact that there are tutorials out there on how to do settimeout function.
...
|
I can't believe that you still wont admit that you stole it..
Script off that forum from 2006
Quote:
<script type="text/javascript">
setTimeout('gizle()',10000);
function gizle() {
var x=document.getElementById('birinci').style;
var y=document.getElementById('ikinci').style;
if(x.display=='block') { x.display='none'; y.display='block'; }
else { x.display='block'; y.display='none'; }
}
</script>
|
one your trying to sell
Quote:
<script type="text/javascript">
setTimeout('gizle()',7000);
function gizle() {
var x=document.getElementById('ad').style;
var y=document.getElementById('game').style;
if(x.display=='block') { x.display='none'; y.display='block'; }
else { x.display='block'; y.display='none'; }
}
</script>
|
is it just me or are they identical other then you changed the div names? the spacing is even exactly the same.
Dont bother asking a moderator to remove this, you dont own the rights to it anyway.
|
|
|