Andy this is the asp page that post the form with the form fields. I receive the values as Request.Form values.
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="Connections/TwoOneGender.asp" -->
<%
Dim ROSTERLIST
Dim ROSTERLIST_numRows
Set ROSTERLIST = Server.CreateObject("ADODB.Recordset")
ROSTERLIST.ActiveConnection...