Gail W. Issen
Week 3 Assignment
This assignment was to create a simple ASP page for SubWay that will accept user input via a form and display the information on a second page. The pages that I have created for this assignment are:
- subway.asp
— This is the page containing the input form.
- order.asp
— This is the page that displays the output from the input form.
I am trying to incorporate some logic into the assignment. Here is my second attempt:
- subway2.asp
— This is the page containing the input form.
- order2.asp
— This is the page that displays the output from the input form.