Check out your division select. You're validating it incorrectly and the name case if different, Division in the form and division in the JS.
Try checking for document.Division.selectedIndex > 0. To debug this sort of thing, comment out all of the offending code and introduce parts back in, this should help highlight the problem. Adrian -----Original Message----- From: Bob Imperial [mailto:[EMAIL PROTECTED] Sent: 21 June 2007 14:51 To: CF-Newbie Subject: js validation not firing?? 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: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2857 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
