<%@LANGUAGE="VBSCRIPT" CODEPAGE="1251"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_achiever_STRING Recordset1.Source = "SELECT name, principal, address, phone, website FROM school" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> <%DoHeader%>
School Jacket
[+] Your School Selected is: <%=Request.Form("school")%> ">

Chenille Desgin
[+] The First Name on front is: <%=Request.Form("chenillefirst")%> ">
[+] First Name Type: <%=request.form("firstnametype")%> "> Check the Options
[+] The Last Name on Back is: <%=Request.Form("chenillelast")%> ">
[+] Letter on Front: <%=Request.Form("chenilleletter")%> ">
[+] Grad Year: <%=Request.Form("chenilleyear")%> ">
[+] Type of Grad Year: <%=Request.Form("yeartype")%> "> Check the Options
[+] Shoulder Script Names Right: <%=Request.Form("chenilleright")%> ">
[+] Shoulder Script Names Left: <%=Request.Form("chenilleleft")%> ">
[+] Activities:
<%=Request.Form("activities1")%> ">
<%=Request.Form("activities2")%> ">
<%=Request.Form("activities3")%> ">
<%=Request.Form("activities4")%> ">
<%=Request.Form("activities5")%> ">
[+] # Bars:
<%=Request.Form("activitiesbar1")%> ">
<%=Request.Form("activitiesbar2")%> ">
<%=Request.Form("activitiesbar3")%> ">
<%=Request.Form("activitiesbar4")%> ">
<%=Request.Form("activitiesbar5")%> ">

Custom Patches
[+] Worded Patch #1 <%=Request.Form("patches1")%> ">
<%=Request.Form("patches1state")%> ">
[+] Worded Patch #2 <%=Request.Form("patches2")%> ">
<%=Request.Form("patches2state")%> ">
[+] Inlay Activity: <%=Request.Form("patches1activity")%> "> [+] Inlay Activity: <%=Request.Form("patches2activity")%> ">
[+] Wording: <%=Request.Form("patches1wording")%> "> [+] Wording: <%=Request.Form("patches2wording")%> ">
[+] Wording Color: <%=Request.Form("patches1wordingcolor")%> "> [+] Wording Color: <%=Request.Form("patches2wordingcolor")%> ">
[+] Worded Patch #3 <%=Request.Form("patches3")%> ">
<%=Request.Form("patches3state")%> ">
[+] Worded Patch #4 <%=Request.Form("patches4")%> ">
<%=Request.Form("patches4state")%> ">
[+] Inlay Activity: <%=Request.Form("patches3activity")%> "> [+] Inlay Activity: <%=Request.Form("patches4activity")%> ">
[+] Wording: <%=Request.Form("patches3wording")%> "> [+] Wording: <%=Request.Form("patches4wording")%> ">
[+] Wording Color: <%=Request.Form("patches3wordingcolor")%> "> [+] Wording Color: <%=Request.Form("patches4wordingcolor")%> ">
[+] Chenille Color: <%=Request.Form("chenillecolor")%> "> [+] More Options Selected: <%=Request.Form("options")%> ">
[+] Chain Color: <%=Request.Form("chaincolor")%> ">    
[+] Felt Color: <%=Request.Form("feltcolor")%> ">    
     
">
Select Your Size


Choose your Jacket Size

Size




<%DoFooter%> <% Recordset1.Close() Set Recordset1 = Nothing %>