I want to send the user back two screens after the alert. The following
notation does not seem to work, it just keeps them at the same screen.
FYI, the CFOUTPUT tags are valid.



<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
        <cfoutput>      
        alert("Work order #form.id# has been re-assigned to
#Trim(form.assigned)#.")
        location.href='javascript:window.history.back(-2)'
        </cfoutput>
//-->
</SCRIPT>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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