%@ LANGUAGE="VBSCRIPT" %> <% Response.Buffer= true ServerName = Request.Servervariables("Server_name") If InStr(1, ServerName, "teacherdev") then ServerTo = "appsdev2.scholastic.com"%> <%ElseIf InStr(1, ServerName, "teacherqual") then ServerTo = "appsqual2.scholastic.com"%> <%Else ServerTo = "apps.scholastic.com"%> <%End If %> <% strSbmt = request.form("submit") strYes = request("yes") if strYes = "yes" then response.redirect "sites/otters1.htm" end if %>