How do i create a formula for a webpage

J

John P

I want to create some kind of formula that people can enter a number, they
hit submit and it will spit out the final product,
The formula would be something like this
Number*.19 = x
x/100*1.6966 = Final Number
 
M

Mark Fitzpatrick

You need to use JavaScript. There are some pre-made formula scripts out
there at places like javascript.internet.com and www.dynamicdrive.com. If
they don't have a script that already does what you want, you can take them
apart to get an idea of how to do your own script.
 
Top