Hi,
I have the text one text box and submit button.
i used
to focus the find button when the user enter the value in text box and PRESS enter(With out click).
The value is correcty dispalyed (Filtering)in Fire Fox.
But it is not working for IE.
When i enter the value in text box and make it focus by using tab key for find button ,in this case it working.
Please help me how to make my button to focus correctly for IE ..
Eg : I will enter the value in test and simple press the enter.
Note : it is working in FIRE FOX.
I have the text one text box and submit button.
i used
Code:
document.getElementById("find").focus();
The value is correcty dispalyed (Filtering)in Fire Fox.
But it is not working for IE.
When i enter the value in text box and make it focus by using tab key for find button ,in this case it working.
Please help me how to make my button to focus correctly for IE ..
Eg : I will enter the value in test and simple press the enter.
Note : it is working in FIRE FOX.
Comment