PDA

View Full Version : Html and calculation!


Rasmus
07-22-2005, 03:38 PM
Iīm making a html page where people can order between 1-15 things.

My basic idea is just to make some buttons in html like:<input type="checkbox" name="Thing number one" value="Thing number one">

and when they are done, they will just push the Submit:<input name="submit" type="submit" value="Send"> and send me an (formmail)email where all the info is in.

This is not a fantastic solution but it will cost me nothing. The only thing that i think is a little bit boring is that i donīt have a counter that tells how many money that the has used totaly when they are clicking. So i would like to have that, also so it will be in the mail that i recieve.

Is this possible in html(to do some math/calculations) ore is it possible to make a small flash prog. that does it?

Please let me know if further info is needed.

Ricod
07-22-2005, 05:11 PM
I don't think you can calculate anything in HTML. You see, HTML's purpose is to mark up data and that's about it. You could do it with Flash though or PHP, which is free.