Berikut script nya ..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
#form1 table tr td {
color: #FFF;
}
-->
</style>
</head>
<body>
<h2><p align="center">Login</p></h2>
<form id="form1" name="frmlogin" method="post" action="checklogin.php">
<table width="347" height="154" border="1" align="center">
<tr>
<td width="95" height="42" bgcolor="#666666">Username</td>
<td bgcolor="#666666"><label>
<input type="text" name="myusername" id="myusername" />
</label></td>
</tr>
<tr>
<td height="42" bgcolor="#666666">Password</td>
<td bgcolor="#666666"><label>
<input name="mypassword" type="password" id="mypassword" />
</label></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" bgcolor="#0066FF"><label>
<input type="submit" name="submit" id="submit" value="Submit" />
</label> <label>
<input type="reset" name="reset" id="reset" value="Reset" />
</label></td>
</tr>
</table>
</form>
</body>
</html>
Source : http://phpeasystep.com/
Tidak ada komentar:
Posting Komentar