escape pound sign

2002-06-21 Thread trey
I need to escape the pound sign so that I can include a link to a named anchor on the same page so that -- cfoutput query=queryname a href=WHATGOESHERE#morevariabletext#/a /cfoutput Can someone please give me a hint about the syntax for the WHATGOESHERE where it contains a variable name used as

RE: escape pound sign

2002-06-21 Thread Ronald West
Try this: a href=#variable###AnchorNameLink/a Ronald West Senior Developer PaperThin 781.934.7838 x219 http://www.paperthin.com -Original Message- From: trey [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 22, 2002 12:58 AM To: CF-Talk Subject: escape pound sign I need

Re: escape pound sign

2002-06-21 Thread Paul Giesenhagen
, June 21, 2002 11:57 PM Subject: escape pound sign I need to escape the pound sign so that I can include a link to a named anchor on the same page so that -- cfoutput query=queryname a href=WHATGOESHERE#morevariabletext#/a /cfoutput Can someone please give me a hint about the syntax

RE: escape pound sign

2002-06-21 Thread Andrew Scott
Ok to escape the # you need ##, now you'll be able to then place the variable after this. Like this variable# -Original Message- From: trey [mailto:[EMAIL PROTECTED]] Sent: Saturday, 22 June 2002 2:58 PM To: CF-Talk Subject: escape pound sign I need to escape the pound sign so

RE: escape pound sign

2002-06-21 Thread trey
# -Original Message- From: trey [mailto:[EMAIL PROTECTED]] Sent: Saturday, 22 June 2002 2:58 PM To: CF-Talk Subject: escape pound sign I need to escape the pound sign so that I can include a link to a named anchor on the same page so that -- cfoutput query=queryname a href=WHATGOESHERE#morevariabletext