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 |
What is the difference between window.onload and ondocumentready?
What is the similarity between the 1st and 2nd statement?
In javascript what is an argument object?
Explain export & import in javascript?
Which software is best for javascript?
What are the primitive data types in JavaScript?
How do you extend classes Code snippet: const circle = { radius: 20, diameter() { return this.radius * 2; }, perimeter: () => 2 * Math.PI * this.radius };
What is event target in javascript?
What is the difference between ‘var’ and ‘let’ keyword?
Expand BOM and explain it?
How are DOM utilized in JavaScript?
What is the use of spread operator?