Simple calc on form

G

Grumpy Aero Guy

Anyway to do simple arithmetic on values entered by a user on a form?

i.e. they select 5 from a drop-down list. Given the cost is $6 per, I would
like $30 to appear beside it.

My ISP doesn't support ASP... ( I know this is an easy exercise in VB.Net)

Any simple alternatives?
 
T

Thomas A. Rowe

JavaScript, PHP (Server-side, just like ASP)

For JavaScript do a search for JavaScript Form Calculation scripts.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Tom Gahagan

and/or....

jimco has a component that will add values on a form. You can get it
separately or as a part of one of their packages........

Best to you.....
Tom Gahagan
 
Top