![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archivePolling function that halts other execution
From: <alacrite@gmail.com>
Date: Tue Jan 24 2006 - 17:58:32 CET
I am doing some form validation with a mix of javascript and server
function validateForm()
return returnValue;
anyway to make sure a function has returned before allowing the form to
|