Cursor Position

  • Thread starter Thread starter Luke
  • Start date Start date
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
 
JavaScript: document.forms[0].fieldname.focus();

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top