How to go next field without filling the text? Which function should use.Phone No Text validation in javascript?

Questions by mrbaliram   answers by mrbaliram

Showing Answers 1 - 6 of 6 Answers

srinivas

  • Feb 23rd, 2006
 

u can use onBlur() function of javascript.

  Was this answer useful?  Yes

parindia

  • Feb 24th, 2006
 

  Was this answer useful?  Yes

vinod arya

  • Feb 26th, 2006
 

write a function for onBlur event of ur text field

  Was this answer useful?  Yes

GuruPrasad

  • Nov 25th, 2006
 

Hai,

         function Validate()

  {

       var value=document.getElementById("txtid").value;

      if(value=="")

        {

}

}

}

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions