function Validate()
{
if (document.getElementById("Name").value == "") //"Name" == it is a control Id
{
alert("Please enter name");
return false;
}
if (document.getElementById("address").value == "")
{
alert("Please enter Address");
return false;
}
if (document.getElementById("contactno").value == "")
{
alert("Please enter contact no");
return false;
}
if (document.getElementById("query").value == "")
{
alert("Please enter Query");
return false;
}
return true;
}
Showing posts with label Validate the contorl in java script. Show all posts
Showing posts with label Validate the contorl in java script. Show all posts
Friday, March 12, 2010
Subscribe to:
Posts (Atom)