javascript Programming Glossary: optionsprice
Why is this simple function not working http://stackoverflow.com/questions/17076429/why-is-this-simple-function-not-working script language javascript function updateTotal var optionsPrice 0 var accompPrice 0 function checkOptions if document.getElementById.. if document.getElementById 'pack11049' .checked optionsPrice 1049 if document.getElementById 'pack21199' .checked optionsPrice.. 1049 if document.getElementById 'pack21199' .checked optionsPrice 1199 if document.getElementById 'pack31199' .checked optionsPrice..
|