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 are the different functional component in javascript?

1 Answers  


write a programme to solve a formula for compound interest using html tags. I want to know how a formula containing degree (raise to the power) can be solved.

1 Answers  


What are the data types supported by javascript?

1 Answers  


What is use of flutter?

1 Answers  


What is eval() in javascript?

1 Answers  


Is it possible to do 301 redirects in javascript ?

0 Answers  


Why is javascript hoisting?

1 Answers  


Is an interface is a class?

1 Answers  


print the following using loop. 54321 4321 321 21 1

2 Answers   Delhi Public School,


Difference between Client side JavaScript and Server side JavaScript?

2 Answers  


What are self invoking functions?

1 Answers  


If an array with name as "names" contain three elements, then how will you print the third element of this array?

1 Answers  


Categories