Britta,

You need a double hash for it to appear as one hash after being passed 
through <cfoutput>

listingdetail.cfm?newimage=#PhotoID#&ListingID=#ListingID###photo

Regards

Stephen

Britta Bennett wrote:
> Does anyone know how to pass a hash through a string that is being processed
> without setting off cold fusion, eg how to encode it so CF will ignore it?
> 
> I've got to target an anchor from a query string burried in the
> middle of a query output.  Usually I'd just make sure that part was not
> being processed, but in this case I'm stumped.  I'd like to do
> <a
> href="listingdetail.cfm?newimage=#PhotoID#&ListingID=#ListingID#'#photo'">
> but this obviously does not work.  I've tried double and single quotes.
> 
> Thanks very much if anyone could point me in the right direction...
> 
> Cheers,
> Britta Bennett
> WestCoastWeb.com
> 
> <cfoutput query="photosq">
> <a href="listingdetail.cfm?newimage=#PhotoID#&ListingID=#ListingID#">
> <IMG SRC="photos/#ThumbnailPhoto#" class="photo2"></a>
> Multiple more rows...
> </cfquery>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137863
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Reply via email to