Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I've created a form with four input fields. However, I would like the tab cursor to be flashing in the first field instead of having to use the mouse to click on the field. This would save time when typing in large amounts of data.
I have tried code like the following but to no avail. Could anyone help or have a solution to this problem.
<%onload="document.logonform.field.focus()%>
Thanks
I've created a form with four input fields. However, I would like the tab cursor to be flashing in the first field instead of having to use the mouse to click on the field. This would save time when typing in large amounts of data.
I have tried code like the following but to no avail. Could anyone help or have a solution to this problem.
<%onload="document.logonform.field.focus()%>
Thanks