Click "Check" button first before "Next page" button

Re: Click "Check" button first before "Next page" button

Napisane przez: Chris Khoo ()
Liczba odpowiedzi: 0

Finally, the script below will works!


<script type="text/javascript">//<![CDATA[

window.onload = function(){

var button = document.getElementsByName("next")[0];

button.disabled = true;

}

//]]></script>