Re: regarding javascript problem

2005-06-22 Thread Nitesh
You could use the onsubmit of the form tag as well... --- HTH Nitesh - Original Message - From: "Khan" <[EMAIL PROTECTED]> To: Sent: Thursday, June 23, 2005 10:30 AM Subject: regarding javascript problem Hi, I have problem in submiting

regarding javascript problem

2005-06-22 Thread Khan
Hi, I have problem in submiting my form through javascript by onclick event, it say that this property cant be supported. The form gets submitted by button, no prob. Any idea how to proceed but through javascript only. My code: function delete(){ if(condition){ checking some validations }