Kirl
10-16-2006, 03:57 PM
How can I check if the focus is on a particular textfield?
I want to make a statement like below (though preferably a working one :) ), the code should only be executed when the focus is not the field:
if ( myForm.textInput.focus != true )
{
task
}
I want to make a statement like below (though preferably a working one :) ), the code should only be executed when the focus is not the field:
if ( myForm.textInput.focus != true )
{
task
}