> Also the onclick event may need to return true for the > form to actually submit. I didn't test this :) > onclick="setFormParams(this.form, 'complete'); > return true;"
My understanding / experience is that an onclick event only prevents a form from submitting when it's in a submit button with specifically this syntax: onclick="return myfunction();" and the function call returns false. ( Or you put return false; on the end of the attribute, although I can't imagine why you'd want to ) ... s. isaac dealey 954-776-0046 new epoch http://www.turnkey.to lead architect, tapestry cms http://products.turnkey.to certified advanced coldfusion 5 developer http://www.macromedia.com/v1/handlers/index.cfm?ID=21816 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

