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 ‘this’ keyword in JavaScript?
Name the datatypes of javascript?
Where can I learn javascript for beginners?
What is a scope in javascript?
What is question mark in javascript?
What is the difference between childNode and children?
Is jquery easier than javascript?
What is javascript used for in web design?
do any browser need activeX object to run javascripts?
How do you declare in javascript?
What is the difference between an Anonymous Function and a named function?
How to read a cookie using javascript?