Script not firing issue solved ;) removed "this" from the function call and Bob's your uncle ...go figure.
> Hi folks! > > Probably just not enough coffee yet this morning but I cannot seem to > figure out why my validation script is not firing onsubmit, below is > my script and form code in question: > > > Form ---- > <form action="index.cfm?fuseaction=admin.insertnursingmember" > name="addnurse" method="post" enctype="multipart/form-data" > onsubmit="return validateForm(this);"> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2859 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
