How do I set focus in some textbox at form load?
Thank You.You can do it in a javascript. Setup an onload event for the <body> tag. In
the event handler put a line
myForm.myControl.focus();
Eliyahu
"Dave" <david_dvali@.hotmail.com> wrote in message
news:eYGjbxBsEHA.896@.TK2MSFTNGP12.phx.gbl...
> How do I set focus in some textbox at form load?
> Thank You.
>
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment