L
LaurenMM
I need to use the following hidden field in order to post my db results to my
confimation page -
<input type="hidden" name="TicketID"
value="<%=FP_FieldHTML(fp_rs,"TicketID")%>">
however it is returning the following VBScript error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'rs'
/_fpclass/fpdblib.inc, line 48
Help!! I am using this same hidden field on other pages but haven't had
any problems.....
Thank You in advance,
confimation page -
<input type="hidden" name="TicketID"
value="<%=FP_FieldHTML(fp_rs,"TicketID")%>">
however it is returning the following VBScript error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'rs'
/_fpclass/fpdblib.inc, line 48
Help!! I am using this same hidden field on other pages but haven't had
any problems.....
Thank You in advance,