|
Form Calculations/Validations
I'm fairly new to javascripting. I want to have a form on my website that will do the following.
When a person types in a shell size the script will calculate the height and size of a fireworks shell burst.
Math calculations are as followed.
Height = Shell size times 100
burst size=shell size times 75
I also want validate the form.
I'm not sure where to start. Any help would be great
|