Javascript focus control

fadi

Junior Contributor
Joined
Jul 4, 2003
Messages
209
Location
Lebanon
hello all,
i have a question,
in javascript i have a control that has focus,
is it possible to get the controls' name (get the name of the control that has focus)
thanks
 
you can declare a variable that holds the controls name, and use the onfocus event of a control to place its name in that variable, which you can use later......
 
Back
Top