<cfif qryCaseID.recordcount EQ 1>2
<cfoutput>3
<script>4
window.open=('#cgi.HTTP_HOST##myself#caseDetails.editCaseInfo&caseId=#qryCaseID.caseId#','_self');
</script>5
</cfoutput>6
<cfelse>7
======================
I've tried cflocation, I've tried window.location.href and nothing...
I verified that qryCaseID.Recordcount is indeed 1.. In fact, the output I get
is 1 2 3 5 6
So for some reason, the script is not firing..
It is within a dojo section, could that be messing things up?
Does anyone have any idea how to simply just load that URL from within dojo?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355896
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm