The thing to keep in mind is where the action is processed. A CFLOCATION is executed on the server, by CF, and CF has no way to know (and doesn't care) into which window the browser is going to load the requested page. A target="xyz" in an HREF is processed by the browser. If you need a new window, or have to load a page into an existing window or frame, the code, whether straight HTML or JavaScript, needs to be embedded within the source of the requesting page so that it can be executed by the browser. Jim -----Original Message----- From: stas <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Date: Monday, September 25, 2000 9:07 PM Subject: RE: Using a TARGET in a <CFLOCATION> URL >Do you mean target or anchor? But in either case, you have to do some >post-processing based on your URL parameters in the target action file. > >-----Original Message----- >From: Mary Fowler [mailto:[EMAIL PROTECTED]] >Sent: Monday, September 25, 2000 7:57 PM >To: CF-Talk >Cc: Mary Fowler >Subject: Using a TARGET in a <CFLOCATION> URL > > >Greetings, > >Is there anyway to use <CFLOCATION> and include a html target in the URL. > >This doesn't work: > ><cflocation >url="formulary.cfm#clincheck?CCMRUN=#URL.MRUN#&CCTIMESTAMP=#URL.TIMESTA MP#"> > >:( > >Is there any other way? Any tips, hints or instructions would be most >welcomed. > >TIA, >:)mary > > >----------------------------------------------------------------------- ----- >-- >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. > >----------------------------------------------------------------------- ------- >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. ------------------------------------------------------------------------------ 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.

