Put focus button javascript
Below code is useful if you want to focus on button based on certain event:
document.getElementById(‘idofbutton’).focus();
Below code is useful if you want to focus on button based on certain event:
document.getElementById(‘idofbutton’).focus();