How to go next field without filling the text? Which
function should we use?

Answers were Sorted based on User's Feedback



How to go next field without filling the text? Which function should we use?..

Answer / konthappan

Why dont we use the focus.(frm.txt2.focus()) ???

Is This Answer Correct ?    3 Yes 0 No

How to go next field without filling the text? Which function should we use?..

Answer / kannappanksk

write a function for onBlur event of ur text field.

Is This Answer Correct ?    2 Yes 0 No

How to go next field without filling the text? Which function should we use?..

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 go next field without filling the text? Which function should we use?..

Answer / rubin thomas

Using tabindex also helps

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More JavaScript Interview Questions

What is the difference between window.onload and ondocumentready?

0 Answers  


What is the similarity between the 1st and 2nd statement?

0 Answers  


In javascript what is an argument object?

1 Answers  


Explain export & import in javascript?

0 Answers  


Which software is best for javascript?

0 Answers  


What are the primitive data types in JavaScript?

0 Answers  


How do you extend classes Code snippet: const circle = { radius: 20, diameter() { return this.radius * 2; }, perimeter: () => 2 * Math.PI * this.radius };

1 Answers  


What is event target in javascript?

0 Answers  


What is the difference between ‘var’ and ‘let’ keyword?

0 Answers  


Expand BOM and explain it?

0 Answers  


How are DOM utilized in JavaScript?

0 Answers  


What is the use of spread operator?

0 Answers  


Categories