> Before I use this code below on my website, I was wondering > if there was a better way to accomplish this with coldfusion.
Since this is JavaScript and runs on the client side, CF won't be able to help you directly. You could have a single form action page which uses logic to inspect the form values and act accordingly instead of splitting it up into multiple action pages though. -Justin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5175 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
