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

How to display Alert in JavaScript

1 Answers   HCL,


e=1+x/!+x2/2!+x3/3!+.... in javascript

0 Answers  


Is javascript a highly secure scripting language?

0 Answers  


How do functions work in javascript?

0 Answers  


Give code Email Checking

3 Answers  






How would you check if a variable is null/undefined?

0 Answers  


What does the operator do in javascript?

0 Answers  


What is a noscript tag?

0 Answers  


How to convert json string to object?

0 Answers  


What is client side in javascript?

0 Answers  


Why do we need to declare variables?

0 Answers  


What is a function callback?

0 Answers  


Categories