Use JavaScript to open the new window when the is submitted, before 
the action page is invoked.

You can do this with an onSubmit or an onClick event handler.

Dick



At 6:34 PM +0100 9/4/00, RICHARD MOGER wrote:
>This message is in MIME format. Since your mail reader does not understand
>this format, some or all of this message may not be legible.
>
>------_=_NextPart_000_01C01696.60570016
>Content-Type: multipart/alternative;
>       boundary="----_=_NextPart_001_01C01696.60570016"
>
>
>------_=_NextPart_001_01C01696.60570016
>Content-Type: text/plain;
>       charset="iso-8859-1"
>
>Hi,
>
>I have an action page, which, if the form that submitted to it passes the
>correct submit value ('show invoice') an invoice is displayed using
>cflocation to transfer the flow to the invoice display page. i.e.
>
><cfif form.submit eq 'show invoice'>
>     <cflocation url='showinvoice.cfm'>
></cfif>
>
>My problem is that I want to open a new window for this output and
>cflocation doesn't support it.
>
>I'm sure there must be a really simple solution to this but I can't see it!!
>
>Thanks in advance
>
>
>Rich
>
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to