If you mean anchor, then just put it at the end of your URL parameter string:

formulary.cfm?CCMRUN=#URL.MRUN#&CCTIMESTAMP=#URL.TIMESTAMP###clincheck

Note that you'll want to double up the # sign in front of the anchor name (otherwise 
you'll get a CF error).

You can't use a target in a cflocation because a target attribute is only relevant on 
the client side -- CF has no way to direct output to a particular frame in the browser.

HTH,
-Max


>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.TIMESTAMP#">
>
>:(
>
>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.

Reply via email to