> Does anyone have experience with the onSubmit feature of CF > where data input to form elements can be processed using > Javascripts and a value returned? > > I can see the data using the DispWin.document.write(message) > feature in Javascript but the data doesn't seem to show up > on the CFMS/HTML side.
I'm not sure I understand what you're trying to do. When you use CFFORM, it generates JavaScript form validation tests as appropriate, and you can hook your own JavaScript into the existing CFFORM-generated validation tests. What do you mean that you can see the data? What data are you referring to? Also, what do you mean that it doesn't show up on the CF/HTML side? That only happens when the form is submitted; the data then is posted to the server like with any other form. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm ------------------------------------------------------------------------------ To unsubscribe, send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
