RE: small JS Q

2000-07-24 Thread Nagesh Kumar Deva
-Original Message- From: Akbar [mailto:[EMAIL PROTECTED]] Sent: Monday, July 24, 2000 11:46 AM To: '[EMAIL PROTECTED]' Subject: RE: small JS Q thanx a lot. it worked just fine.:-) akbar -Original Message- From: Jonathan Karlen [mailto:[EMAIL PROTECTED]] Sent: Monda

RE: small JS Q

2000-07-23 Thread Akbar
thanx a lot. it worked just fine.:-) akbar -Original Message- From: Jonathan Karlen [mailto:[EMAIL PROTECTED]] Sent: Monday, July 24, 2000 2:04 AM To: [EMAIL PROTECTED] Subject: Re: small JS Q You need to have your validation return false.

Re: small JS Q

2000-07-23 Thread Jonathan Karlen
You need to have your validation return false.

small JS Q

2000-07-23 Thread Akbar
hi all, i have a very small JS problem. how can i stop a form from submitting?? i mean i have some validations to be done using JS and then when the conditions do not not satisfy its showing th alert but the form is getting submitted (i checked with both, form-action pages and also self submittin