I've created a hidden field to transfer the customer ID to the next page. It was working yesterday. But doesn't seem to be working today!
Here is the input code:
<input type="hidden" name="CustID" value="<% Request.form("CustID" %>">
<input type="button" value="Add to Database" name="btnSubmit"></td>
But when the next page opens, CustID doesn't seem to follow even though the rest of the data in the other fields do.
Any thoughts???
Mary
Rule 1: Don't sweat the small stuff.
Rule 2: EVERYTHING is small stuff!! X-)
Here is the input code:
<input type="hidden" name="CustID" value="<% Request.form("CustID" %>">
<input type="button" value="Add to Database" name="btnSubmit"></td>
But when the next page opens, CustID doesn't seem to follow even though the rest of the data in the other fields do.
Any thoughts???
Mary
Rule 1: Don't sweat the small stuff.
Rule 2: EVERYTHING is small stuff!! X-)