send javascript variable to classic asp

前端 未结 2 1536
悲&欢浪女
悲&欢浪女 2021-01-23 21:23

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 d

2条回答
  •  难免孤独
    2021-01-23 22:17

    use http://api.jquery.com/jQuery.ajax/ or http://api.jquery.com/jQuery.post/ to send the information to process.asp

提交回复
热议问题