This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
How do u perform mathematical functions in a html page

I have never coded anything before.I what to know how i can perfrom basic mathematical functions like
A= [(b+c)*d]/(a+c} in a html page.

Re: How do u perform mathematical functions in a html page

Since HTML is 'mark up' all it does to define how things are presented to the page viewer. To calculate, you need to use something that has the ability to calculate. Javascript is the solution as it is built in to every browser.

Use your favorite search engine to find scripts that do what you want.