Passing Parameters
Passing Parameters
- Started
- Last post
- 2 Responses
- mikeim
I have a SHTML form that is sending info to an ASP script to collect and send as an email.
It is to request a meeting at certain events and there may be multiple events at once so we need one form to know which event the user is interested in.
Where do I enter the parameter in the SHTML and do i have to edit the ASP script too?
- ILuvSushi0
Easy you have to do a request.form("Event1Y") like if checkbox on previous form is checked for event1 then the attribute for that textbox is called event1y
- ILuvSushi0
there are much easier ways though