heres my code -- This part works fine.
<%If strRenewal > Date() AND strRenewal < Date() + 180 Then %>
<td width="24"><img border="0" src="../images/attention.gif" width="24" height="22"></td>
<td><a href="Main_Menu.asp?ID=<%=rst("AUTOID"

%>"><%=rst("Company_Name"

%></td></a></td>
<%Else%>
<td width="24"></td>
<td><a href="Main_Menu.asp?ID=<%=rst("AUTOID"

%>"><%=rst("Company_Name"

%></td></a></td>
<%End If%>
Problem is I have a option value that I would like to include in the query string. I do not know how to do that
<input type="radio" value="Modify" name="Req_Type" checked>Modify Contract
<input type="radio" value="View" name="Req_Type">View
Contract </p>