onclientClick执行的代码如下:
function checkForm()
{
if(document.getElementById("txtname").value==""){
alert("Not Null");
return false;
}
return true;
}
{
if(document.getElementById("txtname").value==""){
alert("Not Null");
return false;
}
return true;
}