frontpage 2003 set cursor

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I set the cursor to begin in a specific form field when the page is
accessed? I know about the tab order and that doesn't let me tell it where I
want the cursor to appear when the page is first brought up.
 
you can make use of javascript to set the cursor at particular form field.
e.g. if u have a form named "frm" with a text filed named "T1" in it, u can
write ur body tag in following manner to reflect the behaviour u r wanting :

<body onload="{frm.T1.focus()}">

Hope this helps ...... :)

==========
 

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