Kod: Zaznacz cały
<script>
t = 15000;
function timer1(){ setTimeout('adview.submit.disabled = false' , t)}
function vote1(){
window.open("http://www.google.pl","TOP100","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1, width=800,height=468,left=100,top=100"); }
function vote(){ self.location="indexl.html"}
</script>
<form name=adview>
<p align="center">
<input onClick=timer1();vote1() type=button value='Głosowanie' name=submit1>
<input disabled onClick=vote() type=button value=Wejście name=submit>
</form>