Jack,
The <a href="#anchor"> does not work without <cfoutput> tags because CFAS is
looking for #'s. Use <a href="##anchor"> inside <cfoutput>'s and you are
set to go (# escapes the #).
Jason
-----Original Message-----
From: Holt, Jack C. [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 09, 2000 2:40 PM
To: Fusebox
Subject: RE: Intrapage Named Anchors
It did occur to me that I could make the URL absolute. However, it seems to
me that there are number of drawbacks:
1. It would make the page server-specific.
2. It would break links if I moved these files into another directory
structure.
3. It would thwart one of the goals of Fusebox, i.e., to allow display page
designers to be as unconcerned about the environment of the page as
possible.
Besides, I seek to understand why defining a link as <a href="#anchor">
works when calling a CFM template directly and in flat HTML but not when
using the Fusebox technique of calling the page from the index.cfm via
<CFINCLUDE> or <CFMODULE>.
-----Original Message-----
From: Matt [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 09, 2000 2:24 PM
To: Fusebox
Subject: Re: Intrapage Named Anchors
Did you try making the links link as follows:
http://somecompany.com/dir/dir1/index.cfm?action=gettools#anchor
----------------------------------------------------------------------------
--
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.