i don't think he would want to pass a password as a URL parameter.

the CFHTTP tag looks fine to me.

Chris Olive
DOHRS Website Administrator
[EMAIL PROTECTED]


-----Original Message-----
From: Eddie Shipman [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 07, 2000 3:50 PM
To: [EMAIL PROTECTED]
Subject: RE: Cold Fusion - ASP Together


Why not pass it as a URL parameter and rewrite your ASP to 
parse the URL?

<cfhttp method=post
url="https://secure.internetclearing.com/iccnet12/userinfo.asp?logon=#Logon#
"
resolveurl="yes">
</cfhttp>


>
>I am attempting to send information to an ASP page in the form of a
>[httpparam].  I know absolutely nothing about ASP and am still 
>learning Cold
>Fusion.  I am placing a piece of my code below.  Can anyone 
>tell me if there
>is anything different I have to do to send this info to an ASP page?
>
><cfhttp method=post
>url="https://secure.internetclearing.com/iccnet12/userinfo.asp"
>resolveurl="yes">
>
>       <cfhttpparam type=formfield value="#Logon#" name="Logon">
></cfhttp>



This message has been scanned for viruses using Sophos.
The opinions stated in this message do not necessarily
represent the opinions of e-MDs, its management or staff.
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to