If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP Forms

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-24-04, 23:36
Kanos Kanos is offline
Registered User
 
Join Date: May 2004
Posts: 1
ASP Forms

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?
Reply With Quote
  #2 (permalink)  
Old 05-25-04, 01:31
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
Yeah, an asp page (or two if you prefered) could handle this very easily.

I'd add in client side javascript for the form validation though, rather then validating on the server.

Actually you could do the whole lot in javascript and it would be a piece of cake.

Where abouts in Australia are you (I'm guessing Australia due to the GST).
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On