Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getting form values from ColdFusion programn to asp.net program

Status
Not open for further replies.

lwfg

Programmer
Feb 9, 2009
52
0
0
US
How do you submit a form from a ColdFusion program to an asp.net program?
When I try, I get an error 404. The programs are in the same directory. Submitting between ColdFusion programs works ok.
 
Hi,

What are you actually trying to do? Are you passing this from a form when the user clicks submit or are you doing it in the background?

From a form, you would simply write your form to pass either GET or POST variables and your receiving page would pull in those variables, or if you are doing it in the background you would normally look at using CFHTTP or similar.

Regards,

Wullie

The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell

Story Choices - Your Story, Your Way
 
404 means the action page in your form element likely has a typo.

<form target="ThisTargetDocumentMightBeMisspelled.asp">

Lyndon

---People Remember about 10% of what you say ---They never forget how you made them feel. Covey
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top