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!

ASP post method

Status
Not open for further replies.

eekthecat

Programmer
Nov 13, 2000
45
0
0
US
Hi,

I've made a form with the GET method. Bu now I want to make a form using the POST method. I've foud several samples on the net but those samples are a lot different than when I use the GET method. The samples all make use of VBscript and are using several variables. It's anyway a lot more difficult than using the GET method.
Is there a simple way (like the GET method) to use the POST method?

Eek
 
Dear Eek,
What are you finding difficult about the POST method, in my experience I don't see it as being any different to GET, other than the querystring is not used to send information.
The only major difference between forms using GET and POST is that when you want to pull the information out rather than using Request.Querystring you use Request.Form.
I hope this is along the right lines of your problem.

Matthew
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top