I would like to have option buttons on one screen. Based on the users choice,
and then pressing "Submit" The called asp page will determine what to do
based on input.
Requires custom written server-side script to process the form.
Basically, on your first page (the form), the user make select hit the submit button which will send
all input to the next page. On the next page (the process) your custom written code reads the input
value submitted and then does whatever you want to happen based on the value submitted.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
Yes. The URL of the ACTION property of the form is a URL, which may contain
QueryString parameters. I have written ASP apps in the past which used both
Request.Form and Request.QueryString, with a form's ACTION property set
using a QueryString.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.