> adding an onClick handler to a Submit object may shortcut form submission > in older Netscape browsers, bypassing any onSubmit handlers (meaning, > you're > onClick better do all the same form validation that you were planning on > having > completed by the onSubmit).
Okay, I got that. I have experienced some problems in this field with Internet Explorer. I could solve the problem by putting a "...; return false;" behind the function call. When I use "onSubmit" do I have to write "return validate(this);" or just "validate(this)"? Thank you. Uwe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
