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.
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.