How do i create a formula for a webpage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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