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 are the advantages of using JavaScript?
What is an example of javascript?
How to count the number of element in an array using javascript?
How to find operating system in the client machine using javascript?
List some design patterns in javascript?
Explain why "self" is needed instead of "this".
Do I need var in javascript?
What is the main difference between Map collections and other collections such as Set.
why array is called the collection of similar datatypes?
How to go next field without filling the text? Which function should we use?
Is javascript easier than java?
if the two text boxes are there i want assign the vales like 2&3 and if i select button means i want find the sum.this is client side scripting in javascript