Showing posts with label loadthank. Show all posts
Showing posts with label loadthank. Show all posts

Monday, March 26, 2012

Set Focus

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.
>

Set Focus

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.