<% 'initialize variable totalCost = 0 'change these variables as needed video = 99 scene = 25 voiceover = 100 textoverlay = 10 glidecam = 75 specialeffects = 25 'here's the formula totalCost = video If Request.Form("scenes") > 0 Then totalCost = totalCost + (scene * Request.Form("scenes")) End If If Request.Form("voiceover") Then totalCost = totalCost + voiceover End If If Request.Form("textoverlay") > 0 Then totalCost = totalCost + (textoverlay * Request.Form("textoverlay")) End If If Request.Form("glidecam") Then totalCost = totalCost + glidecam End If If Request.Form("specialeffects") Then totalCost = totalCost + specialeffects End If totalCost = Round(totalCost, 2) %> <%=PageTitle%>

Price List:
basic video tour (includes 5 scenes)—$99
additional scenes—$25 each
voiceover—$100
text overlay—$10 per scene
use of a glide cam—$75
special effects/sketch—$25

Your estimated cost is <% =FormatCurrency(totalCost) %>.

choose your options:
basic video
number of additional scenes
voiceover
number of scenes with text overlay
use of a glide cam
special effects/sketch