this javascript cant run error comes to firefox as function not defined
Code:
function chk_hash_fn()
{
if(document.getElementById("site_id").value=='')
{
alert("Enter Facility");
document.getElementById("site_id").focus();
return false;
}
}
Comment