Hi,
I have an ASP script that contains 2 forms because I want 2 submit buttons on my page.
e.g.
<form name=search ...>
<form name=login ... >
How do I use Request.Form in this instance. i.e. How would it know which form I am wanting data from.
Am I misunderstanding how this works - I've only been using asp a couple of days.
M
I have an ASP script that contains 2 forms because I want 2 submit buttons on my page.
e.g.
<form name=search ...>
<form name=login ... >
How do I use Request.Form in this instance. i.e. How would it know which form I am wanting data from.
Am I misunderstanding how this works - I've only been using asp a couple of days.
M