I have to create a form for one of my friends for his work for a ticket system that shows
Quantity
Adult Enter Number
Concession Enter Number
Child Enter Number
Submit Clear
He wants a serverside script called process.asp to be activated when submit is clicked. It also needs to be validated that one box contains a positive whole number or else "re enter the data" appears on the screen.
After that another screen appears
With the Price (adult = 16, concession = 9 and child = 7.5, Quantity form before and the Total for each group (ie. adult) the GST under this (10%) and the total amount due.
Any Suggestions?