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!

Request.form methods?

Status
Not open for further replies.

gorourke

Technical User
Sep 17, 2002
1
IE
Can someone Please help me.
I have two forms on an asp page. One is called "East", the other "west". They both use the POST method and point to the same action page. I need to be able to get the name of the form the user chooses so that I can do a conversion calculation depending on which form is used. the Request.form method does not support .name or .id.
Does anyone have any ideas
 
Hi

Why don't you put a hidden field in both forms with the name of the form in it. That way, you can find out the value of the hidden field and know which form was used.

HTH,
Beck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top