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 |
Why it is not advised to use innerhtml in javascript?
How to open url in a new tab in javascript?
how to disable source option at view menu in browser like internet explorer...mozilla...etc..pls help me...
Do I need to install javascript?
Is it safe to use javascript?
What is an ECMAScript?
What is a boolean in javascript?
What is scope variable in javascript?
What is the way to get the status of a CheckBox?
Create a new javascript object with the keys of “fname” equal to your first name, “lname” equal to your last name, and “fcolors” equal to and array of 3 of your favorite colors. Assign this object to a variable called “me” and log it to the console.
Difference between Client side JavaScript and Server side JavaScript?
Is javascript frontend or backend?