How to set focus on a button ?

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

Guest

HI
Does anyone know to set focus on the button after the user press "Enter" key. This result will be same as the user login to Yahoo mailbox. after the user key in the user name and password and press "Enter" key. The "Sign In" button will be set focus temporary before going into the mailbox

Thank u in advance

Daniel.
 
Page.RegisterHiddenField( "__EVENTTARGET", "ButtonNameHere" );


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
Daniel said:
HI,
Does anyone know to set focus on the button after the user press "Enter"
key. This result will be same as the user login to Yahoo mailbox. after the
user key in the user name and password and press "Enter" key. The "Sign In"
button will be set focus temporary before going into the mailbox.
 
Back
Top