caculating values in JavaScript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • neil1
    New Member
    • Feb 2010
    • 8

    #16
    have you got any examples of how you would do this as i am new to Java scripts

    any help you can give me would be great

    Comment

    • larztheloser
      New Member
      • Jan 2010
      • 86

      #17
      Making a submit button is HTML code.

      Navigate to the form tag. Add this to the end: onsubmit="calcu late();".

      That's about all (:

      Comment

      Working...