Re: AJAX related: onClick grab all form elements

2005-12-17 Thread Donnie Bachan
I would like to second Adam's reference to Prototype, it has some amazing capabilities packaged into a neat little framework. You can use just the parts you need or use the entire prototype library to accomplish the tasks that you want. As Adam noted, the library lacks documentation but you can see

Re: AJAX related: onClick grab all form elements

2005-12-16 Thread Bryan Stevenson
> The point of qForms is that it's an API to ease dealing with interfacing > JavaScript and HTML forms. > > There's lots of stuff qForms will automate for you. > > -Dan Oh I knowbut the project is underway and I only have time to learn so many new things I will look under the hood when t

Re: AJAX related: onClick grab all form elements

2005-12-16 Thread Bryan Stevenson
Thanks Danbut wasn't my question ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ~~~

RE: AJAX related: onClick grab all form elements

2005-12-16 Thread Dan G. Switzer, II
Bryan, >Thanks for that DanI'm not sure I want to get qForms in the mix if all >I'd >use it for was that set of functions ;-).but good to know it's aout >there. The point of qForms is that it's an API to ease dealing with interfacing JavaScript and HTML forms. There's lots of stuff qForm

RE: AJAX related: onClick grab all form elements

2005-12-16 Thread Dan G. Switzer, II
Bryan, > How would you loop through the struct to access key and keyvalue once >you got this, structOfAllFields = qFormAPI.getFields();? You can loop through an associated array (aka structure) in JavaScript the same way you do with CFSCRIPT: for( key in structOfAllFields ){ alert(key

Re: AJAX related: onClick grab all form elements

2005-12-16 Thread Bryan Stevenson
Thanks for that DanI'm not sure I want to get qForms in the mix if all I'd use it for was that set of functions ;-).but good to know it's aout there. Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1

RE: AJAX related: onClick grab all form elements

2005-12-16 Thread Nick Han
.getFields(); -Dan >-Original Message- >From: Bryan Stevenson [mailto:[EMAIL PROTECTED] >Sent: Thursday, December 15, 2005 5:17 PM >To: CF-Talk >Subject: AJAX related: onClick grab all form elements > >Hey All, > >Now that I'm looking into AJAX, I'm w

RE: AJAX related: onClick grab all form elements

2005-12-16 Thread Dan G. Switzer, II
-Original Message- >From: Bryan Stevenson [mailto:[EMAIL PROTECTED] >Sent: Thursday, December 15, 2005 5:17 PM >To: CF-Talk >Subject: AJAX related: onClick grab all form elements > >Hey All, > >Now that I'm looking into AJAX, I'm wondering how I can grab t

Re: AJAX related: onClick grab all form elements

2005-12-16 Thread Adam Haskell
://www.killbillsbrowser.com/ > > > From: "Bryan Stevenson" <[EMAIL PROTECTED]> > Sent: Thursday, December 15, 2005 5:18 PM > To: CF-Talk > Subject: AJAX related: onClick grab all form elements > > Hey All, > > Now that I'm loo

re: AJAX related: onClick grab all form elements

2005-12-15 Thread dave
15, 2005 5:18 PM To: CF-Talk Subject: AJAX related: onClick grab all form elements Hey All, Now that I'm looking into AJAX, I'm wondering how I can grab the values of ALL form elements with an onClick event? I'd like to grab them all as a structure or array and send the FORM

RE: AJAX related: onClick grab all form elements

2005-12-15 Thread Jim Davis
> -Original Message- > From: Bryan Stevenson [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 15, 2005 5:17 PM > To: CF-Talk > Subject: AJAX related: onClick grab all form elements > > Hey All, > > Now that I'm looking into AJAX, I'm wondering ho

Re: AJAX related: onClick grab all form elements

2005-12-15 Thread Bryan Stevenson
Thanks Ben and I see now I should have mentioned that this is not an AJAX solution I'm after (just that AJAX is why I'd be doing this). It will most likely be a JavaScript solution. That would certainly workI'm just hoping there is a simpler way like in CF where you can just use #

RE: AJAX related: onClick grab all form elements

2005-12-15 Thread Ben Nadel
x www.nylontechnology.com "Vote for Pedro" -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 5:17 PM To: CF-Talk Subject: AJAX related: onClick grab all form elements Hey All, Now that I'm looking into AJAX, I'm wo

AJAX related: onClick grab all form elements

2005-12-15 Thread Bryan Stevenson
Hey All, Now that I'm looking into AJAX, I'm wondering how I can grab the values of ALL form elements with an onClick event? I'd like to grab them all as a structure or array and send the FORM scope off to a CFC to perform server-side validation and passback the results (i.e. avoid the full fo