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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

post from within asp code

Status
Not open for further replies.

morphy

Programmer
Feb 9, 2001
3
BE
How do I post my variables to another server from within my asp code? I've been lookng for a solution but all I can find is a sort of get method which tells me to include my variables in the URL as a GET method.

The problem is that I want to POST my variables like a form but from within asp.

Any ideas?

Kind Regards,
Björn
 
> How do I post my variables to another server from within my asp code?

You might be using a hammer to tighted a bolt. Perhaps you can state the problem rather than your proposed solution. There might be a simpler solution.

"But, that's just my opinion... I could be wrong".
-pete
 
You might try this

<form action=&quot;yourotherserver/postpage.asp&quot; action=&quot;post&quot;>
:)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top