Click to See Complete Forum and Search --> : multiply in HTML


dlw0940
04-24-2004, 11:58 AM
I am putting a order page up and need to have it multiply the number they select by $20. In excel it is easy, I can not figure it out in HTML.
Please Help

buntine
04-24-2004, 12:22 PM
It cannot be done in HTML. HTML is not a programming language, it is only used to format web pages.

You will need to take a look at learning JavaScript or a server-side technology.

www.w3schools.com

Regards,
Andrew Buntine.

dlw0940
04-24-2004, 06:56 PM
Can you add it VB ?

ray326
04-25-2004, 12:15 PM
Frankly, you need to get someone else to create that page or you need to actually learn something about web development before you try to do it.