<script>
window.location='<cfoutput>#request.site.webroot#/#self#?
action=#attributes.XFA.gotoViewResponses#&idquestion=#attributes.idquestion#
&#request.urltoken#</cfoutput>';
</script>

[]'s
T�lio

------------- Original message follows -------------

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

Reply via email to