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