Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: tab key


Message #1 by "Natividad Castro" <natocastro@h...> on Tue, 30 Apr 2002 18:26:00 -0400
This is a multi-part message in MIME format.

--Boundary_(ID_7lP1OIln7ykLSwkWYCi+1A)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit

You can try to use TABINDEX attribute to set an order in wich you will jump
from field to field by pressing TAB.

Oleg.
  -----Original Message-----
  From: Natividad Castro [mailto:natocastro@h...]
  Sent: April 30, 2002 6:26 PM
  To: javascript
  Subject: [javascript] tab key


  Hi to all,
  what I'm trying to do is:
  I have a page where I display information from a database as follow:
  First Name: Josh
  Last Name: Connell
  Adress:  2239 South lakes
  and so on
  This information is copy and paste to another database which is located in
a mainframe computer.
  Right now, users highligh each field; copy and then paste to the mainframe
computer.
  My question is: if is there a way in Java Script to use the Tab key to
select an specific field e.g., I hit the Tab key, and I select First Name,
if I hit it again I select Josh and so on

  Any help is greatly appreciate

  Thanks in advance
  Nato


----------------------------------------------------------------------------
--
  Chat with friends online, try MSN Messenger: Click Here
  --- Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20 Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20 Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20 ---


  Return to Index