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 to Object.entries( ) In JavaScript ?
What is the difference between JavaScript and jscript?
Is javascript harmful?
In a pop-up browser window, how do you refer to the main browser window that opened it?
What are the valid scopes of a variable in JavaScript?
Name some of the Javascript frameworks?
what are the difference unescape() and escape() functions?
What can be the challenges during testing a program or a system?
Is java is a fully object object oriented language?
What is a good javascript editor?
What does e mean in a function?
What is the difference between sessionstate and viewstate?