jumpajoe
Aug 20th 2007, 12:42 pm
Hello...
I have been trying to figure this out on my own but no can do....
I have a script in the <head> such as
_______________________________
function total(what,number) {
var grandTotal = 599;
for (var i=0;i<number;i++) {
if (what.elements['price' + i].value == '')
what.elements['price' + i].value = '0.00';
blahblahblah
_____________________________
I need to figure out how i can have a select drop down menu where the user can select an option which will change the grandTotal number in that code....
any ideas?
thank you.
I have been trying to figure this out on my own but no can do....
I have a script in the <head> such as
_______________________________
function total(what,number) {
var grandTotal = 599;
for (var i=0;i<number;i++) {
if (what.elements['price' + i].value == '')
what.elements['price' + i].value = '0.00';
blahblahblah
_____________________________
I need to figure out how i can have a select drop down menu where the user can select an option which will change the grandTotal number in that code....
any ideas?
thank you.