I did experience something similar in the past. I cannot quite remember
what I narrowed it down to, but I think that the problem only happened when
there was a query string included in the url (which is normally always the
case with fusebox). I switched to using JavaScript redirects instead, but
you could also check out the cf_location custom tag, which I believe will
fix the problem as well.
I believe that the tag is available at fusebox.org.
Bob
-----Original Message-----
From: Luke Bartholomew [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 21, 2001 9:03 AM
To: Fusebox
Subject: cflocation problems
Not really a fusebox specific question, but the fusebox specification makes
extensive use of the CFLOCATION tag. I have found that there seems to be a
bug when using the CFLOCATION tag on IE5 Mac Version.
Has anyone else experienced any problems with using CFLOCATION on the Mac
IE5? Currently finding that cflocation is not working at all and only shows
blank page, and am forced to use Meta Refresh instead (as below).
CFLOCATION Code:
<cflocation
url="#request.site.webroot#/#self#?action=#attributes.XFA.gotoViewResponses#
&idquestion=#attributes.idquestion#&#request.urltoken#" addtoken="no">
META REFRESH Code:
<cfoutput><META HTTP-EQUIV="Refresh" CONTENT="0;
URL=index.cfm?yoururlvariable=#request.site.webroot#/#self#?action=#attribut
es.XFA.gotoViewResponses#&idquestion=#attributes.idquestion#&#request.urltok
en#"></cfoutput>
Any ideas?
Luke B.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists