NTSGuru
Programmer
- Jul 25, 2000
- 52
I am new to Forms....
I have
<form action="Verify.asp" method="post">
''recordsetcode
<INPUT type="checkbox" id=chkItem name=chkItem value="<%=trim(oRstProduct("SubCode"
)%>"><BR>
''recordsetcode
<input type="submit" value="send">
</form>
When I click the submit button, it does not redirect to my "Verify.asp". What am I doing wrong? If I post to the same web page, I can get see the Form info....
TIA
Fred
I have
<form action="Verify.asp" method="post">
''recordsetcode
<INPUT type="checkbox" id=chkItem name=chkItem value="<%=trim(oRstProduct("SubCode"
''recordsetcode
<input type="submit" value="send">
</form>
When I click the submit button, it does not redirect to my "Verify.asp". What am I doing wrong? If I post to the same web page, I can get see the Form info....
TIA
Fred