That worked - thanks for filling in the blank in my brain :o)

Thanks, Mark 

-----Original Message-----
From: CFDEV [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 18, 2003 10:26 AM
To: CF-Talk
Subject: RE: Link to named anchor


never tried it, but what happens if you reverse it?

page2.cfm?#session.urltoken##foo

Probably wont work but just a thought

-----Original Message-----
From: Mark Leder [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 18, 2003 10:21 AM
To: CF-Talk
Subject: Link to named anchor


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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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

Reply via email to