this script opens a new page into a new window or in the current window... how would i add something like a scroll to the window if the check box is checked?
making a webpage that calculates varience and std deviation for a set of values. first, the user specifies how many values will be entered (via textbox), basically the size of my array. then they are...
new to javascript, had an assignment. basically, user enters a product number, my switch statement determines the price, then the user enters a quantity and, and my script is supposed to total...