Hi,
I have been trying to pass the value of a text field through an asp querystring, if anyone can tell me what i am doing wrong, i would be very grateful.
I am getting no results or errors. If i do a test query hiddenvalue=test it works fine.
Thanks
I have been trying to pass the value of a text field through an asp querystring, if anyone can tell me what i am doing wrong, i would be very grateful.
I am getting no results or errors. If i do a test query hiddenvalue=test it works fine.
Thanks
Code:
Response.Write "<a href='" & Request.ServerVariables("SCRIPT_NAME")&"?Query=" & request.querystring("Query")&"&sqlquery="&(Session("test"))&"&records=" & abspage + 1 & "&hiddenvalue='+document.results.compareitems.value'" & "'>Next Page</a>"