public function validation()
{
var ClaimType=document.getElementById("ddlClaimType").value;
if(ClaimType=="--Select--")
{
alert(" Please Select Claim Type")
document.getElementById("ddl").focus();
return false;
}
}
Ad
Search This Blog
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment