![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archive'Lost' function return value: what am I doing wrong?
From: <bdobby@fish.co.uk>
Date: Mon Jan 09 2006 - 09:12:28 CET
Hi.
I have a form with an onsubmit event handler:
The event handler does some minor validation, then returns true or
alert("Start date must precede end date");
(The arguments to the function are used when it is called elsewhere,
I also have a library class which needs to process the form submit, so
var f = form.onsubmit;
My problem is that the value returned from oldOnSubmit and stored in ok
TIA
|