Although my own programming needs in this area have been solved with Javascript, because they were script-heavy anyway, it seems likely that storing the special pound-sign character in a CF variable would be prudent. Use the Chr() function to convert the CF-safe unicode value for the pound sign during storage: <cfset pnd = "#Chr(35)#"> Then your URL would read: <cfoutput> <a href="http://yadda.com/index.cfm?page=ThisOne.cfm#pnd#H"> </cfoutput> Hope this is what you're looking for! James _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. ------------------------------------------------------------------------------ To unsubscribe, send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
