Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: how to disable the button


Message #1 by "Shashidhar Thoutireddy" <shashidhar.thoutireddy@w...> on Mon, 17 Mar 2003 17:49:53 +0530
yes ... do another function called by an onBlur event for that field, and 
the function should just contain:


document.form.buttonname.disabled=true;

Les

  Return to Index