You're probably right. I found a couple of articles related (I think) to that, though: http://www.w3.org/MarkUp/Forms/2003/xforms-for-html-authors.html http://www.webreference.com/programming/javascript/j_s/column6/
Seemed interesting to me... - Riley - ----- Original Message ----- From: "David Precious" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 28, 2004 1:05 PM Subject: [wdvltalk] Re: Breaking the "eerie" silence On Monday 28 June 2004 20:12, Riley wrote: > Hello all, sorry to wake you from your slumber... > I was wondering if there has been anything developed in the way of > Javascript form handlers (not validators). I don't know if that's even > possible. Just wondering... Javascript really isn't the language for that. Being client-side, running on a wide range of different platforms etc, it just wouldn't be reliable enough. Also, to do most of the things you want to do with a form (processing, database submission/emailing etc etc) you'd need access to the server's resources). I'm not sure why anyone would want to attempt to use JS to handle forms (beyond the basic validation - which should be a 'nicety', with the form still submitting if JS is disabled). Cheers Dave P -- David Precious [EMAIL PROTECTED] http://www.preshweb.co.uk Ground Beef: A Cow With No Legs! All emails PGP signed - PGP key at: http://www.preshweb.co.uk/aboutme/keys.php ____ . The WDVL Discussion List from WDVL.COM . ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email. To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email. To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
