<%@ page language ="java" errorPage="ExceptionHandler.jsp"%> <%@ page import ="java.sql.*" %> <%@ page import ="db.*" %> <%! ResultSet rs=null; String theam=""; int totalbonus=0; int totalval=0; int contestpoint= 0; String qs=""; %> <% qs=request.getQueryString(); //out.print(cc); %> <% Connection con=ConnectionFactory.getConnection(); Statement sttheam = con.createStatement(); rs=sttheam.executeQuery("select * from theams where display='Y'"); while(rs.next()) { theam=rs.getString("color_pg"); } rs.close(); sttheam.close(); %> Welcome to Smscontest.com
 
   
 


<%if(!qs.equals("msg") && !qs.equals("cl")) { %> <%} else{ %> <%}%>
Login
<%if(qs.equals("msg")){ out.print(" ! Please check your Login Id & Password."); }%>
User Login >
Password
       New User



 
<% theam=""; if(con!=null) { con.close(); } %>