Is there any way to select a default or cancel button in a HTML form?
Printable View
Is there any way to select a default or cancel button in a HTML form?
try using the focus() method in the body line of the page
<body onload="document.form1.cancelbutton.focus()">