The version of formurl2attributes I have (which downloaded from fusebox.org
last week) has the following code toward its end.

<cfif attributes.displaybase>
        <CFSET caller.Base = REReplace(CGI.SCRIPT_NAME, "[^/]+\.cfm.*", "")>
        <CFSET caller.Base= "http://" & CGI.SERVER_NAME & caller.Base>
        <cfoutput><base href="#caller.Base#"></cfoutput>
</cfif>
It seems to be the source of the problem. The default for
Attributes.DisplayBase is YES.  Because this is inside a CFIF it can be
turned off by entering the call to formurl2attributes as
<CF_FORMURL2ATTRIBUTES DISPLAYBASE="NO">.  The comment just above it says:
"This is so that your relative images will work, this is only needed if your
using search engine URLs".  

Perhaps the default should be NO?

 -----Original Message-----
From:   Fred T. Sanders [mailto:[EMAIL PROTECTED]] 
Sent:   Tuesday, October 10, 2000 6:55 AM
To:     Fusebox
Subject:        Re: Intrapage Named Anchors

remark out the <base href=>  in the formurl2attributes.cfm tag.




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

Reply via email to