%@LANGUAGE="JAVASCRIPT"%> <% var Security = Server.CreateObject("ADODB.Recordset"); Security.ActiveConnection = MM_archeryfitness_STRING; Security.Source = "SELECT * FROM [archery fitness].security"; Security.CursorType = 0; Security.CursorLocation = 2; Security.LockType = 1; Security.Open(); var Security_numRows = 0; %> <% // *** Validate request to log in to this site. var MM_LoginAction = Request.ServerVariables("URL"); if (Request.QueryString!="") MM_LoginAction += "?" + Server.HTMLEncode(Request.QueryString); var MM_valUsername=String(Request.Form("Login ID")); if (MM_valUsername != "undefined") { var MM_fldUserAuthorization="Access Level"; var MM_redirectLoginSuccess="Form.asp"; var MM_redirectLoginFailed="LogonFail.asp"; var MM_flag="ADODB.Recordset"; var MM_rsUser = Server.CreateObject(MM_flag); MM_rsUser.ActiveConnection = MM_archeryfitness_STRING; MM_rsUser.Source = "SELECT Logon ID, Password"; if (MM_fldUserAuthorization != "") MM_rsUser.Source += "," + MM_fldUserAuthorization; MM_rsUser.Source += " FROM archery fitness.security WHERE Logon ID='" + MM_valUsername.replace(/'/g, "''") + "' AND Password='" + String(Request.Form("Password")).replace(/'/g, "''") + "'"; MM_rsUser.CursorType = 0; MM_rsUser.CursorLocation = 2; MM_rsUser.LockType = 3; MM_rsUser.Open(); if (!MM_rsUser.EOF || !MM_rsUser.BOF) { // username and password match - this is a valid user Session("MM_Username") = MM_valUsername; if (MM_fldUserAuthorization != "") { Session("MM_UserAuthorization") = String(MM_rsUser.Fields.Item(MM_fldUserAuthorization).Value); } else { Session("MM_UserAuthorization") = ""; } if (String(Request.QueryString("accessdenied")) != "undefined" && false) { MM_redirectLoginSuccess = Request.QueryString("accessdenied"); } MM_rsUser.Close(); Response.Redirect(MM_redirectLoginSuccess); } MM_rsUser.Close(); Response.Redirect(MM_redirectLoginFailed); } %>
![]() |
GNAS Archery Fitness Project: Archer Survey STRICTLY CONFIDENTIAL |
![]() |
Welcome to the archery fitness project. This survey contains four parts; Personal Details, Archery Performance level, Fitness Assessment and Archery & Fitness. The questions are designed to help us compare your shooting ability to your fitness levels, so please be truthful and answer the questions as best you can.
Thank you for taking the time to complete the survey. We greatly appreciate your contribution, and look forward to the time when we can publish our results to benefit you, the archer.
The information contained within the survey is STRICTLY CONFIDENTIAL. Your results will be used to establish general trends for the project.