Ravi Pahuja - Share experiences
Tuesday, July 21, 2009
set blinking cursor in textbox
This is really very simple.
Use focus() and select() method.
like ::
document.getElementById(txtBox).focus();
document.getElementById(txtBox).select();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment