Hi Terry,
if I count that right you would need this:

<cfset hyperlink = "<a href=""index.cfm?Fuseaction=Home.DisplayContent&ContentID="& 
#ContentID# &""">"& #LinkName# & "</a>">

This works, I think

Birgit
------------------------------

Friday, June 27, 2003, 11:01:13 PM, you wrote:

TH> I'm trying to set a variable that will be passed to a form field

TH> something like:
TH> <cfset hyperlink = "<a
TH> ""href=index.cfm?Fuseaction=Home.DisplayContent&ContentID=" & #ContentID# &
"">>" & #LinkName# & "</a>">

TH> I've tried escaping the quotes in various ways double quotes, single quotes,
TH> etc.  The real choker seems to be the "> needed between #contentID# and
TH> #LinkName#.


TH> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to