[thelist] CF: CFHHTP Problem

Frank framar at interlog.com
Thu Jan 17 16:09:35 CST 2002


Can someone help me out with this? I'm using CFHTTP to call upon a 
script, and for some reason, the variable doesn't seem to get passed. 
Here's what I've got. (This document reloads onto itself...)


<!--- Initialize a variable --->
    <cfparam name="Form.Fuseaction" default="Not passed">


<!--- Redirect the user --->
    <cfhttp url="test.cfm" method="POST">

      <cfhhpparam type="formfield" name="Fuseaction" value="Shipping">

    </cfhttp>


<!--- Display the variable --->
    <cfoutput>
       The variable is: #Form.Fuseaction#
    </cfoutput>

This *will* redirect the user, but it fails to pass the variable to 
the next template.

Suggestions?
-- 

Our best destiny, as planetary cohabitants, is the development
of what has been called "species consciousness" - something over
and above nationalisms, blocs, religions, ethnicities.


Frank Marion                      Framar Studios
frank at framarstudios.com           http://www.framarstudios.com




More information about the thelist mailing list