M
Michelle A.
I have a four page form. Pages 1-3 stores there information in a session
variables. Page four is reached (a final review page) and then the
information will be written to the SQL server.
When I tried to enter some code in the HTML table by hand so I could get it
to show up in the right place. For example I use this code in the HTML
table:
<td><%=sessionvar1%><%=sessionvar2%></td>
Compile and run, when I get to the 4th page it says that sessionvar1 has not
been declared. Can I use session variables this way to display the
information?
variables. Page four is reached (a final review page) and then the
information will be written to the SQL server.
When I tried to enter some code in the HTML table by hand so I could get it
to show up in the right place. For example I use this code in the HTML
table:
<td><%=sessionvar1%><%=sessionvar2%></td>
Compile and run, when I get to the 4th page it says that sessionvar1 has not
been declared. Can I use session variables this way to display the
information?