Hi All,

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

On page 2, the named anchor towards the bottom of this long page in the HTML
is: <a name="foo"></a>

Can't get the link to jump to the appropriate section on page 2.
I've tried the following with no luck:

    <cfoutput><a href="page2.cfm##foo?#SESSION.URLToken#"></cfoutput>
 
    <a href="page2.cfm#foo?<cfoutput>#SESSION.URLToken#</cfoutput>">

BTW:  Works OK without the CFML Session Tag as: <a href="page2.cfm#foo">Page
2</a>

Thanks, Mark 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to