I have some javascripts that total up values contained in a number of textboxes. Users can enter in new values and total values are calculated with javascript functions and displayed on the page.
I have a Onload event in the html body that calls these javasctips.
When user clicks out of the page then comes back to it via the back button, the new values the users entered into the textboxes are retained but the total values do not represent the updated calculations.
any suggestions?
--
rp
I have a Onload event in the html body that calls these javasctips.
When user clicks out of the page then comes back to it via the back button, the new values the users entered into the textboxes are retained but the total values do not represent the updated calculations.
any suggestions?
--
rp