Hi, I have a coldfusion form. On submitting it, I need to evaluate a function based on user input in the form. On the basis of this evaluation there should be a popup box. How would I do this?
The popup is handled by javascript.The javascript function is called from the onSubmit of the form like - cfform format="html" name="FormName" id="FormName" method="post" action="MyForm.cfm" enctype="multipart/form-data" onSubmit="return confirmValue()"> However, javascript cannot evaluate a value, because it is client code. How do I then do the evaluation when form is submitted? Thanks NG STATEMENT OF CONFIDENTIALITY: The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, or the person responsible for delivering the e-mail to the intended recipient, be advised you have received this message in error and that any use, dissemination, forwarding, printing, or copying is strictly prohibited. Please notify Archemix Corp. immediately at either (617) 621-7700 or by return fax at (617) 621-9300 and destroy all copies of this message and any attachments. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317903 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

