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
What's the difference methods get and post in html forms?
How do browsers work?
Is array a data type in javascript?
How can you convert the string of any base to integer in JavaScript?
How do you check if a variable is an object
What is the difference between undefined value and null value?
Explain export & import in javascript?
How to empty an array in JavaScript?
What is null variable?
What is hoisting in javascript?
Where can I learn javascript for free?
How to embed javascript in a web page?
Is javascript frontend or backend?
What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?
How to get the last index of a string in javascript?