Hi all,

I have been having troubles with the most recent version of
formurl2attributes.cfm.

The BASE HREF that is included by default in the page header always has a
double-slash "//" on the end.  That causes all of my relative links to
break.

I have changed the folloing line towards the end of the script:
        <CFSET script = REReplace(CGI.SCRIPT_NAME, "[^/]+\.cfm.*", "")>
becomes
        <CFSET script = REReplace(CGI.SCRIPT_NAME, "/[^/]+\.cfm.*", "")>

Am I insane, or merely disturbed?

Lee Borkman
------------------------------------------------------------------------------
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