How to add basic HTML calculation formula to fields in my website on Homestead services?

I've added several simple pieces of HTML and java script to my website, built some medium complex Access databases using some fairly easy Visual Basic, and know algebra, trigonometry, and such pretty well; but can't figure out how to assemble a simple way to add a calculated formula referring to entry fields in my website. Maybe I'm making it too difficult and online resources seem more difficult than I can seem to figure out. Field specifications are separate from calculations entered so all I need is to be able to refer to those fields, or maybe trying to do it this way is what is causing my problem. What I really need is a hopefully simple basic string to enter into the webpage that allows data entry into a couple fields and presents the calculated answer in another field; and possibly a bit of header scripting to initiate the process. I usually have no trouble building more complex calculations from there. Thanks :)

Public Comments

  1. So are trying to perform some calculations over few form fields and want to display result in other field. There is this javascript calculator with code which does the same thing. Hope u get some good out of it . CLick below http://www.anaesthetist.com/mnm/javascript/calc.htm Cheers
Powered by Yahoo! Answers