Jump to content

Real time calculation via javascript


fezzik

Recommended Posts

I'm looking for assistance with creating a method that displays a total on a page without requiring form submission. Basically I have a list of  items that are populated from a db query using php. I list the item name, quantity field, item price, item total and grand total. Similar to:

Mishra's Workshop      [INPUT QUANTITY]    $250.00    [TOTAL]
--------------------------------------------------------------
                                                                  [GRAND TOTAL]

When you change the quantity I would like the total to reflect the change without having to submit the form. I would also like the grand total to behave the same as total. Is it possible to use javascript to accomplish this? If so, can you please give me an example or a link with more details. If you need more information let me know.

Cheers,

Fezzik


Link to comment
https://forums.phpfreaks.com/topic/25102-real-time-calculation-via-javascript/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.