Thread: Stupid question
View Single Post
Unread 08-07-2007, 02:59 PM
theUKdude
Posts: n/a
  #2  
Default

Code:
<body onload="document.myform.myfield.focus()">
where myform is the 'name' attribute of your form and myfield is the 'name' attribute of your field.

hth

theUKdude
Reply With Quote