How to go next field without filling the text? Which
function should we use?
Answer Posted / 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 |
Post New Answer View All Answers
How to find the selected radio button immediately using the 'this' variable?
How do you add an element at the end of an array?
What are types of javascript?
Is it possible to break javascript code into several lines?
What does question mark mean in react?
Can you explain about screen object?
List some of the disadvantages of javascript.
What are the difference between undefined and not defined in javascript?
What is array explain it?
What are the ways to define a variable in javascript?
What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?
How about 3+5+"8"?
What is "strict mode" and how is it used in JavaScript?
Explain a story about javascript performance problems?
Is javascript free to install?