No, I was running into the same problem. Good catch.
-----Original Message-----
From: BORKMAN Lee [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 11, 2000 5:04 PM
To: '[EMAIL PROTECTED]'
Subject: formurl2attributes problem?
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.
------------------------------------------------------------------------------
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.