I am using VBScript to create my ASP pages. But, I need to use a javascript function (confirm) to send user to another page. But, I need to send the value of a VBScript variable to the next page also. Is there any way this can be done?
Here is my confirm:
function jsConfirm() {
if (confirm("Are you sure you want to cancel this RFQ?") {
location=("newrfq7.asp?button=cancel"
}
}
Can I send a vbscript variable through the same querystring?
Thanks for any help.
Ally
Here is my confirm:
function jsConfirm() {
if (confirm("Are you sure you want to cancel this RFQ?") {
location=("newrfq7.asp?button=cancel"
}
}
Can I send a vbscript variable through the same querystring?
Thanks for any help.
Ally