Help in Pizza order form (HTML/Javascript)?

globalcrook

New member
I have coded the whole html part with the forms objects and everything
Need help calculating the total for a pizza order based on Size of pizza selected from drop down menu
The cost is as follows: Small = $8, Medium =$10, Large = $15, X Large = $20
I have a total button and when clicked shows the total amount in a text box beside it.

What is the javascript needed in the <script> tag in order to do this?

Please help
 
Back
Top