Vous êtes sur la page 1sur 3

******* Faad coding ********

<html>
<body>
<font face="verdana,arial" size=-1>
<center>
<table cellpadding=2 cellspacing=0 border=0>
<!--for boarder color -->
<tr><td bgcolor="YellowGreen"><table cellpadding=0 cellspacing=0 border=0 w
idth=100%>
<!--for background color accept font-->
<tr><td bgcolor="YellowGreen" align=center style="padding:2;padding-bottom:
4">
<b><font size=-1 color="white" face="verdana,arial">
<b>Enter your Voter ID and password</b></font></tr>
<!--for table body background color -->
<tr><td bgcolor="white" style="padding:5"><br />
<form action="welcome.jsp" method="post">
<input type="hidden" name="action" value="login">
<input type="hidden" name="hide" value="">
<center>
<table>
<tr><td><font face="verdana,arial" size=-1>
Voter ID:</td><td><input type="text" name="login"></td>
</tr>
<tr><td><font face="verdana,arial" size=-1>
Password:</td><td><input type="password" name="password"></td>
</tr>
<tr><td><font face="verdana,arial" size=-1>&nbsp;</td>
<td><font face="verdana,arial" size=-1><input type="submit" value="Logi
n"></td>
</tr>
<!--
<tr><td colspan=2><font face="verdana,arial" size=-1>&nbsp;</td>
</tr>
<tr><td colspan=2><font face="verdana,arial" size=-1>
Lost your voter id or password? Find it <a href="http://www.LINK/?action=
lost">here</a>
</td></tr>
<tr><td colspan=2><font face="verdana,arial" size=-1>Not member yet? Click
<a href="http://www.LINK/?action=reg">here</a> to register.</td>
</tr>
</td></tr></table></td></tr></table>
-->
</table>
</center>
</form>

</body>
</html>

================================================================================
=====================
**********simple code ***********
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.or
g/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Login Page</title>
</head>
<body>
<pre>
<form action="welcome.jsp" method="post">
<h1><center>Online National Polling</center></h1>
<table border="0" align="center">
<th colspan="2"> Enter Voter ID and Password </th>
<tr>
<td>Voter ID</td>
<td> <input type="text" name="username" size="15" /></td>
</tr>
<tr>
<td>Password</td>
<td><input type="password" name="passwort" size="15" /></td>
</tr>
<tr>
<td></td>
<td><input type="submit" value="Login" /></td>
</tr>
</table>
</form>
</pre>
</body>
</html>
================================================================================
====================
*********************Testing *************************
<html>
<body>
<h1><center>
<p style="font-family:Times New Roman;color:#C1D5F8;font-size:50px;">Online
National Voting</p>
</center>
</h1>
<table cellpadding=2 cellspacing=0 border=0>
<!--for boarder color -->
<tr><td bgcolor="YellowGreen"><table cellpadding=0 cellspacing=0 border=0 w
idth=100%>
<table border="0" align="center">
<th colspan="2"> Enter Voter ID and Password </th>
<tr>
<td>Voter ID </td>
<td> <input type="text" name="username" size="15" /></td>
</tr>
<tr>
<td>Password </td>
<td><input type="password" name="passwort" size="15" /></td>
</tr>
<tr>
<td></td>
<td><input type="submit" value="Login" /></td>
</tr>
</table>
</form>
</body>
</html>

Vous aimerez peut-être aussi