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
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