I have a submit button that takes me to the next page
I would like to pass this value to the next page.
<%
dim st
st = Recordset1.Fields.Item(\"dept\").Value
%>
here is my submit button code
<input type=\"submit\" name=\"Submit\" value=\"Login \">
any help would be appriciated
I would like to pass this value to the next page.
<%
dim st
st = Recordset1.Fields.Item(\"dept\").Value
%>
here is my submit button code
<input type=\"submit\" name=\"Submit\" value=\"Login \">
any help would be appriciated