<form id="frmDoctorRegistration" action="DoctorRegistration.aspx" onscroll="true" onsubmit="ValidateForm();" method="post" style="z-index:0" >
<input type="Submit" id="btnSave" name="btnSave" onclick="ValidateForm()" value="Save" tabindex="16" />
input type="Button"
<input type="Submit" id="btnSave" name="btnSave" onclick="return ValidateForm()" value="Save" tabindex="16" />
ValidateForm
function ValidateForm() { if(not validated) { return false; } return true; }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)