Hi,
I have been trying to submit a form, but due to the way i am passing values in a query sting i'm not sure if it is possible.
here is the form and the href i am trying to submit with, i have to pass the query variables.
Is there any reason why this won't work?
I have been trying to submit a form, but due to the way i am passing values in a query sting i'm not sure if it is possible.
here is the form and the href i am trying to submit with, i have to pass the query variables.
Is there any reason why this won't work?
Code:
<form name="results" method="get" action="MailerLookup.asp">
<a href="MailerLookup.asp?sqlquery=<% =(server.UrlEncode(Session("test")))%>&ownerresults=<%=(ownerresults)%>&offset=<% = requestrecords - recordsonpage %>" onclick="document.forms.results.submit()">Next Page</a>