How to go next field without filling the text? Which
function should we use?
Answers were Sorted based on User's Feedback
Answer / konthappan
Why dont we use the focus.(frm.txt2.focus()) ???
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kannappanksk
write a function for onBlur event of ur text field.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mangala
write a function in onblur event or body onload event and in
function we can use document.formname.textboxname.focus()
| Is This Answer Correct ? | 1 Yes | 0 No |
How can I set up my own javascript error handler?
What is stack queue?
What is the purpose of local variables?
Is javascript a dynamic language?
20 Functions of Selenium with description and Examples.
What is class example?
What is array in javascript?
What are the ways to emit client-side javascript from server-side code in asp. Net?
why we use javascript in html ?
How to get checkbox status whether it is checked or not?
How to get value from radiobuttonlist control?
What does polyfill mean?