Cursor Position

L

Luke

When I go to a page, I want my cursor to be in a certain
form field (See koyakappraisals.com). How do I position
my cursor to be in the first field. I tried using
tabindex=1, but no results. Thanks for any help
 
K

Kevin Spencer

JavaScript: document.forms[0].fieldname.focus();

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Top