I am trying to assigned the SessionID to a variable and then insert that value into an Access table via a hidden form on the form. I am also trying to display the value on a confirmation page. I am having no luck with either. I am using Front Page and could use some help.
This is my basic code:
<%@ Language=VBScript %>
<%
dim confirm
confirm=Session.SessionID
%>
<input type="hidden" name="ConfirmNumber" value=&Confirm&>
This is my basic code:
<%@ Language=VBScript %>
<%
dim confirm
confirm=Session.SessionID
%>
<input type="hidden" name="ConfirmNumber" value=&Confirm&>