|
-
Mar 17th, 2002, 07:40 PM
#1
Thread Starter
Hyperactive Member
Default button in <FORM>
Is there any way to select a default or cancel button in a HTML form?
-
Mar 18th, 2002, 03:41 AM
#2
Fanatic Member
try using the focus() method in the body line of the page
<body onload="document.form1.cancelbutton.focus()">
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|