I have a page called 'logincheck.asp'
If a condition is met then a response.redirect is carried out as per code below:
<%
if rscheck.eof then
response.redirect "/mackenzie/asp/reg.asp?agencyid="&agencyid&"&agentid="&agentid&"& username="&username&"&password="&password&""
end if
%>
How do I hide the values shown in the querystring in the address bar? This is due to the fact the password is shown. All my forms use POST. I thought POST did NOT show the values and GET DID??
Picco
www.crmpicco.co.uk
www.milklemonadechocolate.uk.tt