y is it not workin
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

y is it not workin

From: thejes john <thejesjohn@yahoo.co.in>
Date: Tue Feb 28 2006 - 07:57:49 CET

could u plz help me in solving this problem.y the following is not
working

<script language="javascript">
    function btnClear()
        {
        document.Loc_Emp.T1.value="";
        document.Loc_Emp.T2.value="";
        document.Loc_Emp.T3.Value="";
        }
     function btnSearch()
        {

        if(document.Loc_Emp.T1.value==" " &&
document.Loc_Emp.T2.value==" " && document.Loc_Emp.T3.value==" ")
          {
          alert("Please enter any one value");
          }
        else
        {
           document.Loc_Emp.submit();}
        }
        
  </script>
Received on Mon May 1 03:40:50 2006