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

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

by Chris Khoo -
Number of replies: 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>

Average of ratings: Useful (1)