admin管理员组文章数量:1022795
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
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
Share Improve this question asked May 31, 2012 at 17:05 lukenjohnsonlukenjohnson 1131 silver badge10 bronze badges2 Answers
Reset to default 4Another solution is to set the values of the javascript variables to hidden form fields. Submit the form and read the form values on the server-side. After reading the values, create and send the email.
use http://api.jquery./jQuery.ajax/ or http://api.jquery./jQuery.post/ to send the information to process.asp
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
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
Share Improve this question asked May 31, 2012 at 17:05 lukenjohnsonlukenjohnson 1131 silver badge10 bronze badges2 Answers
Reset to default 4Another solution is to set the values of the javascript variables to hidden form fields. Submit the form and read the form values on the server-side. After reading the values, create and send the email.
use http://api.jquery./jQuery.ajax/ or http://api.jquery./jQuery.post/ to send the information to process.asp
本文标签: send javascript variable to classic aspStack Overflow
版权声明:本文标题:send javascript variable to classic asp - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745524233a2154451.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论