I used the CFOUTPUT tags around the variables on another page,
however, I couldn't used them here because the entire query
had to be output using <CFOUTPUT Query=, because I needed to be
able to use startrow and endrow for a "Next" "Previous" setup. That made
it impossible to using <CFOUTPUT> tags interior to the main <CFOUTPUT
Query=...
Rick
-----Original Message-----
From: Austin Govella [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 27, 2004 2:03 PM
To: CF-Talk
Subject: Re: How would I code this link for the anchor?
Rick Faircloth wrote:
> Hi, all...
>
> How would I code the link below to have the pound sign for the anchor at
the
> end
> with CF interpreting it as a variable sign?
>
> <A HREF =""> >
"Property_Search.cfm?Details=Yes&PropertyID=#GetProperties.PropertyID###GetP
> roperties.PropertyID#">
All CF variables need to surrounded by cfoutput tags to be
displayed. I placed them directly around the variable in the
URL, but you could also place them anywhere around the link
block:
<a
href=""> opertyID#</cfoutput>">
To display pound signs, use two in a row: ##.
Quotes work the same way when you're setting variables.
--
Austin
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

