I setup a cfhttp /cfhttpparam but had SSL issues that prevented it from working The site-A form needs to post to itself - so how else can i send the two form variables to site-B.
-----Original Message----- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 5:27 PM To: CF-Talk Subject: RE: how to trigger a form remotely I am trying to trigger a form on a different host by calling the response page using the full url i.e http://www.domain.com/subscribeResponse1.cfm?email=emailaddress&listid=1 You create a form or equivalent in your site A, but in the form's action parameter you provide the URL to site B's action page. If you want this to all happen behind the scenes without leaving site A, then look into the CFHTTP tag. It can post the data to site B and retrieve the results for action by site A -------------- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA --------- | 1 | | --------- Binary Soduko | | | --------- "C code. C code run. Run code run. Please!" - Cynthia Dunning Confidentiality Notice: This message including any attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender and delete any copies of this message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241653 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

