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
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