I know next to nothing about JavaScript and am figuring out how to do something. I thought I'd run my ideas past you folks and see if maybe I'm making life hard fro myself.
I have 3 dropdowns. When any of the 3 are changed by the user, I'd like it to trigger an onchange event. This would call a function that would then check the current values of the other 2 dropdowns, do a bit of artithmetic with the 3 separate values and then update a value displayed on screen elsewhere.
As a final hope, I'd like any changes to be maintained for the user to view as they navigate from page to page until they change another value or they leave the site. I'm sure this is pretty simple to do..... if I knew anything about JS. Am happy to work it out but any pushes/advice in the right direction would be appreciated.
Cheers.
I have 3 dropdowns. When any of the 3 are changed by the user, I'd like it to trigger an onchange event. This would call a function that would then check the current values of the other 2 dropdowns, do a bit of artithmetic with the 3 separate values and then update a value displayed on screen elsewhere.
As a final hope, I'd like any changes to be maintained for the user to view as they navigate from page to page until they change another value or they leave the site. I'm sure this is pretty simple to do..... if I knew anything about JS. Am happy to work it out but any pushes/advice in the right direction would be appreciated.
Cheers.