ASP Send extra information within a link
Send extra information within a link
<html>
<body>
<a href="?color=green">Example</a>
<%
Response.Write(Request.QueryString)
%>
</body>
</html>
<html>
<body>
<a href="?color=green">Example</a>
<%
Response.Write(Request.QueryString)
%>
</body>
</html>