I am trying to create a simple questionnaire for a website but am fairly new to javascript and html
I do have a basic function to calculate a percentage and have created ...
is there a better way to multiply and divide figures than using the * and / ?
There is a strange behavior in Chrome Firefox and Internet Explorer using those operaters:
Basically this script will subtract StartTime from EndTime, using a jQuery plugin the html form is populated with Start and End Time in the format HH:MM, an input field is populated ...
I'm trying to create a page where there are two dropdown menus, and then when the user presses submit, it calculates a price based on the data given from the dropdown ...
I need some help finding the error in my javascript calculation.
I need to calculate the sum of my input boxes automatically and have my user be able to edit the ...
I have page that automatically calculates a Total by entering digits into the fields or pressing the Plus or Minus buttons.
I need to add a second input after the Total ...
More complicated than this SO question, I'm after your thoughts on quiz scoring calculation, here's my scenario:
I have X number of options (any HTML element can be supplied as an ...
The following script contains a very strange error. I want to check if a value is a positive integer. To do this, I multiply by 100 to enclose the value to ...
Hi. I am new to javascript programming so please go easy on me. I am creating a site for a flooring store and need to include a price calculator/estimator. What I need to do is allow the visitor to input the room size (length x width) and choose a flooring material from a pulldown list, and receive a price. The pulldown ...
Hello everyone, I am new to this and need some help. I would like to add a check out table to my web site that will allow my customers to select a product by 1) style 2) wood species 3) quanity as well as imput the width and height (in inches)of the cabinet door and have the form calculate the square ...