Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I have a button and this code in my asp page (the OrderId is passed from another page):
<%
Session("vordId"= Orderid
%>
<SCRIPT LANGUAGE=vbscript>
Sub ConfirmIt_OnClick()
Dim Resp
Resp = window.confirm (" & orderId & "
End Sub
</SCRIPT>
<input type="submit" name="ConfirmIt" value="Accept"></input>
When I click on the button, the message only displays this:
& orderId & instead of the value. Can you please help?
Thanks.
I have a button and this code in my asp page (the OrderId is passed from another page):
<%
Session("vordId"= Orderid
%>
<SCRIPT LANGUAGE=vbscript>
Sub ConfirmIt_OnClick()
Dim Resp
Resp = window.confirm (" & orderId & "
End Sub
</SCRIPT>
<input type="submit" name="ConfirmIt" value="Accept"></input>
When I click on the button, the message only displays this:
& orderId & instead of the value. Can you please help?
Thanks.