Thanks isaac! Actually the original submit button has a routine it runs doing other things with the form... the _cf_checkFormName routines from coldfusion run on submit. The <form tag in the code gets a onsubmit="return _CF_checkFormName(this)" added to it by coldfusion.
The new submit button has no onclick= statement... and if it did... it would get executed and then the coldfusion _cf_checkFormName would execute too... the $64,000 question is... how to shut that coldfusion javascript off when the new submit button is pressed? thanks! On Tue, Nov 11, 2008 at 9:04 PM, s. isaac dealey <[EMAIL PROTECTED]> wrote: > I think this would work > > onclick="this.form.onSubmit=null; this.form.submit();" > > I haven't tested it though -- may get you started. :) > > -- > s. isaac dealey ^ new epoch > isn't it time for a change? > ph: 781.769.0723 > > http://onTap.riaforge.org/blog > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:315124 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

