I think that will have to do it. I can use a variation of..

<form name="foo" method="post" action="" Target="_display">

<Form fields... >

<input type="submit" value="Use Dallas"
       onclick="setFormAction(this.form, 'http://mach2/submit.cfm')" />
<input type="submit" value="Use Chicago"
       onclick="setFormAction(this.form, 'http://mach1/submit.cfm')" />

Thanks for all the help...

Marcus

> TARGET="_newpage" in the FORM tag will also open a new window for you each
> time the form is submitted (_newpage should be understood to be
> any name you
> want for the new window), which will also let you accomplish what you
> describe below.  The attribute may not be supported in older
> (pre-version 3)
> browsers, though.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to