I have a jQuery-powered cost calculator, and I want to allow the webpage to send a summary of the calculator's values in an email. The server runs on classic ASP.
How do I retrieve javascript variables with ASP?
I understand that the ASP code runs before the page loads, and the javascript code runs only after the page is loaded, since the javascript is not runat="server".
How can I store javascript variables so that I can retrieve them with ASP code on a processing page?
calculator with Javascript --> form action = "process.asp" --> ASP to pick up javascript values
College Cost Calculator