oi coldfusion!!

<cfsavecontent variable="jscript">
        <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
    <!--
        self.location = "blah.cfm
    //-->
    </SCRIPT>
</cfsavecontent>

<cfhtmlhead text="#jscript#">


or maybe .....


<cfheader name="location" value="page_goes_here">
<cfheader statuscode="302" statustext="Moved temporarily">
<cfabort>




------------------------------------
Friday, July 25, 2003, 9:56:45 AM, you wrote:

cdan> All,

cdan> I know it says in the documentation ...

cdan> Warning
cdan> Do not set a cookie variable on the same page that you use the CFLOCATION tag. 
cdan> If you do, the cookie is never saved on the browser; therefore, it is of no 
cdan> value. 

cdan> So how can I set a cookie on a processing page that need to have a redirect?

cdan> Please advise,

cdan> Thanks in advance.

cdan> D-
cdan> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to