how keep the values of JavaScript variables unchange when page pos

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My question is how to keep the values of JavaScript variable unchanged when
the page is posted back to the server?

Problem: The JavaScript is used in HTML for computing in aspx web page
(form) design. When the page is posted back to the server, the values of
JavaScript variables are initialized again. So the computing result would be
wrong after poatback.


Thank you for any help and suggestion.

David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top