I actually need to send the user to the VeriSign URL so that they are
entering credit card info on a secure server. We avoid the cost of SSL at
our site this way.

I tried <cfhttp> but it doesn't seem to behave as I would expect. I use it
like so:

<cfhttp url="http://localhost/bkr/test_ccorder.cfm" method="POST">

        <cfhttpparam type="FORMFIELD" name="TYPE" value="S">
        <cfhttpparam type="FORMFIELD" name="MFCIsapiCommand" value="Orders">
        ...
</cfhttp>

but the browser stays on the act_file rather than redirecting to
test_ccorder.cfm. I checked the Allaire forums and found lots of references
to buggy behavior with <cfhttpparam>.

Hal's <body onLoad="document.ccorder.submit()"> idea works great but I am
curious as to what <cfhttp> is actually trying (or failing) to do. Maybe
Steve or Hal ought to put up a viewlet on <cfhttp>.

Thanks,

Brian Shearer
BusyTables.com
[EMAIL PROTECTED]

-----Original Message-----
From: Fred T. Sanders [mailto:[EMAIL PROTECTED]]
Sent: Saturday, February 17, 2001 10:51 AM
To: Fusebox
Subject: Re: Submit form results in act_file?


thought about using <cfhttp> you can pass form variable and the user will
never know they left your site.

Fred

----- Original Message -----
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: "Fusebox" <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 9:24 PM
Subject: Submit form results in act_file?


> I'm just a first-grader at CF Elementary so forgive me if the question is
> too stupid, but...
>
> Is there a way to make CF pass form variables to another page without the
> user clicking a forms submit button?
>
> My dilemma: The site I am working on uses VeriSign PayFlow Link to process
> it's credit card orders. When it is time to enter credit card info, the
user
> links offsite to a URL on secure servers at VeriSign. I am supposed to
pass
> all the customer and order information to the VeriSign URL through form
> variables. The obvious method of course is to create a form with hidden
> inputs. However, I would like to generate the order number at the very
last
> second and run a few other queries before submitting the variables to
> VeriSign. I can set the VeriSign admin panel to "get" and then pass all
> variables in through the query string but it makes for a long URL and it
> also makes some merchant account info visible.
>
> Any ideas?
>
> Brian Shearer
> [EMAIL PROTECTED]
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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