Simple to Add, Hard to Code. (webpages)

Snoopy

Prince
Joined
Aug 4, 2001
Messages
522
Location
New Zealand
I've got this programming problem. Let me break it down for you:

I have a webpage. (It is an ASP page)

This webpage has a form on it.

This form has 3 different drop down menus.

Each drop down menu has more than 1 item to select from.

Each item has a different price.

One of the drop down menu's is required to select.

The submit button takes you to a confirmation page.

The confirmation page shows you what you selected and gives you the total price of the items you selected.

Here's the problem: How do I make the calculations work? :D
 
Top Bottom