D
Dennis Burgess
I have a hyperlink parameter, an ticketid number, that I want to include in
the data into my database from a form.
So you goto survey.asp?ticketid=333
I have added a hidden field called tid
and have <%=FP_FieldHTML(fp_rs,"ticketid")%> in the value
I have tried <%=FP_FieldURL(fp_rs,"ticketid")%>
All I get is nulls in the database?
Thanks in advance,
Dennis
the data into my database from a form.
So you goto survey.asp?ticketid=333
I have added a hidden field called tid
and have <%=FP_FieldHTML(fp_rs,"ticketid")%> in the value
I have tried <%=FP_FieldURL(fp_rs,"ticketid")%>
All I get is nulls in the database?
Thanks in advance,
Dennis