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 ‘this’ keyword in JavaScript?

0 Answers  


Name the datatypes of javascript?

0 Answers  


Where can I learn javascript for beginners?

0 Answers  


What is a scope in javascript?

0 Answers  


What is question mark in javascript?

0 Answers  






What is the difference between childNode and children?

0 Answers  


Is jquery easier than javascript?

0 Answers  


What is javascript used for in web design?

0 Answers  


do any browser need activeX object to run javascripts?

2 Answers  


How do you declare in javascript?

0 Answers  


What is the difference between an Anonymous Function and a named function?

0 Answers  


How to read a cookie using javascript?

0 Answers  


Categories