Login Page :
<%--
Document : Login_Page
Created on : Feb 24, 2014, 1:52:42 PM
Author : SDSTAFF
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Login Page</title>
<link rel="stylesheet" type="text/css" href="First.css">
</head>
<body>
<p id="site">
G C K Products
</p>
<div id="heading">
<a href="Home_Page.html">Home</a> <a href="Login_Page.jsp">Login</a> <a href="Register_Page.jsp">Register</a>
</div>
<div id="heading1">
<form id="form1" method="post" action="logme">
<p> </p>
<table width="370" height="173" border="0" >
<tr>
<th width="144" align="left" valign="middle" scope="row"><table width="147" height="75" border="0">
<tr>
<th width="139" height="29" align="center" valign="middle" class="style22" scope="row">LOGIN</th>
</tr>
<tr>
<th height="40" align="center" valign="middle" scope="row"><span class="style22">PASSWORD</span></th>
</tr>
</table></th>
<th width="210" align="left" valign="middle" scope="row"><table width="209" height="86" border="0">
<tr>
<td width="200" height="40"><p>
<input name="user" type="text" id="user" size="32" height="25" />
</p></td>
</tr>
<tr>
<td height="40"><p>
<input name="pass" type="password" id="pass" size="32" height="25" hspace="25" />
</p></td>
</tr>
<tr>
<td>
<input type="submit" value="Sign-In" />
</td>
</tr>
</table></th>
</tr>
</table>
</form>
</div>
<footer>
<div id="site1" >
<p>
Copy Rights @ G C K Solutions-2014.
</p>
</div>
</footer>
</body>
</html>
<%--
Document : Login_Page
Created on : Feb 24, 2014, 1:52:42 PM
Author : SDSTAFF
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Login Page</title>
<link rel="stylesheet" type="text/css" href="First.css">
</head>
<body>
<p id="site">
G C K Products
</p>
<div id="heading">
<a href="Home_Page.html">Home</a> <a href="Login_Page.jsp">Login</a> <a href="Register_Page.jsp">Register</a>
</div>
<div id="heading1">
<form id="form1" method="post" action="logme">
<p> </p>
<table width="370" height="173" border="0" >
<tr>
<th width="144" align="left" valign="middle" scope="row"><table width="147" height="75" border="0">
<tr>
<th width="139" height="29" align="center" valign="middle" class="style22" scope="row">LOGIN</th>
</tr>
<tr>
<th height="40" align="center" valign="middle" scope="row"><span class="style22">PASSWORD</span></th>
</tr>
</table></th>
<th width="210" align="left" valign="middle" scope="row"><table width="209" height="86" border="0">
<tr>
<td width="200" height="40"><p>
<input name="user" type="text" id="user" size="32" height="25" />
</p></td>
</tr>
<tr>
<td height="40"><p>
<input name="pass" type="password" id="pass" size="32" height="25" hspace="25" />
</p></td>
</tr>
<tr>
<td>
<input type="submit" value="Sign-In" />
</td>
</tr>
</table></th>
</tr>
</table>
</form>
</div>
<footer>
<div id="site1" >
<p>
Copy Rights @ G C K Solutions-2014.
</p>
</div>
</footer>
</body>
</html>
No comments:
Post a Comment