Results 1 to 2 of 2

Thread: Enter Key Press

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2005
    Posts
    1

    Smile Enter Key Press

    hi everyone,

    i m try to use enter key in my webform. i mean when i press
    enter my cursor move to next textbox. pls advice

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Enter Key Press

    How about using the onBlur event? For example... in textbox1,

    <input type="text" id="textbox1" name="textbox1" onBlur="this.form.textbox2.focus()">

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width