Hi - yes I want to have a running total with php but I know you have to incorporate a little javascript with it - but I need to calculate a total and place it at the end of the session.
Thanks for...
Type: Posts; User: newgurl; Keyword(s):
Hi - yes I want to have a running total with php but I know you have to incorporate a little javascript with it - but I need to calculate a total and place it at the end of the session.
Thanks for...
Hi I have tried to add running total with various javascript but when there are drop down boxes and multi lots of checkboxes - javascript stops calculating correctly. The page is:...
Hi I am using this form but it won't de-select the radio buttons when making a new selection.
function calculateTotal(inputItem) {
with (inputItem.form) {
// Process each of the...
Hi I know this is an old discussion but can I please have some help with modifying this to suit my needs?
I like the running total and I would like to make quote/order form that will then email...
Hi I am learning from this coding you are doing as it is similar to what I am needing to give a quote. Can I include a running total with this?
Also I tried the order.php and it gives lots of...