<%@ include file="/WEB-INF/jsp/includes-all.jsp" %> <%@ include file="/WEB-INF/jsp/header.jsp" %>
<% //Redirects user if they are already logged in. if(session.getAttribute("CurrentLoggedInUsername")!=null){ Object TempObj = session.getAttribute("CurrentLoggedInUserType"); String Temp=TempObj.toString(); if(Temp.equals("Admin")){ response.sendRedirect("administration.jsp"); } else if(Temp.equals("Standard")){ response.sendRedirect("home.jsp"); } } %> WinnerCalc

Username:
Password:
<% if(session.getAttribute("MsgType_Login_General")!=null){ if(session.getAttribute("MsgType_Login_General").equals("Incorrect")){ %> Incorrect username or password entered. <% session.setAttribute("MsgType_Login_General", "Correct"); } else if(session.getAttribute("MsgType_Login_General").equals("BlankUsernamePassword")){ %> Please enter an username and a password. <% session.setAttribute("MsgType_Login_General", "Correct"); } else if(session.getAttribute("MsgType_Login_General").equals("BlankUsername")){ %> Please enter an username. <% session.setAttribute("MsgType_Login_General", "Correct"); } else if(session.getAttribute("MsgType_Login_General").equals("BlankPassword")){ %> Please enter a password. <% session.setAttribute("MsgType_Login_General", "Correct"); } } %>
Forgot Password


Tired of needing an army of cadets with pencils and calculators trying to tabulate the scores for your drill competitions? Let WinnerCalc assist you in that seemingly gigantic burden. The purpose of Winnercalc.com is to calculate score totals for JROTC Drill Competitions. Whether it be Army, Air Force, or Navy we can accommodate to your scoring standards. Simply contact us to have your drill competition set up on our site. Then the day of the competition just punch in the scores from the score sheets and all the totals are tabulated for you. All you need is an internet connection, that’s it. It is simple, fast, organized, and requires no training. Let us help you calculate the winners!


For any questions or concerns about WinnerCalc please contact Dean@WinnerCalc.com.