>
> On page 1, I Have a link which looks like this: <a
> href="page2.cfm#foo?#SESSION.URLToken#">Page 2</a>
>

You need a double hash.

<a href="page2.cfm##foo?#session.urltoken#">Page 2</a>

The double hash tell CF to put a single hash in its place when the cfoutput
is processed.

Regards

Stephen


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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