php 登录对话框

有一点点进步,但以迷茫起来,真不知道自己将来要干什么。。。

<html>
<head>
<title>Login</title>
<style type="text/css">
.pos{
position:absolute;
top:35%;
left:35%;
border:1px solid;
border-spacing:30px;
padding:10px 10px 10px 10px
}
</style>
</head>
<body>
<form action="testpaper.php" method="POST">
<table class="pos" >
<tr>
<td>name:</td>
<td ><input type="text" name="name" value="" ></td>
</tr>
<tr>
<td>password:</td>
<td><input type="password" name="pass" value=""></td>
</tr>
<tr>
<td><input type="submit" name="login" value="Login" /></td>
<td><input type="radio" name="manage" value="manage"/>manage <input type="radio" name="user" value="user"/>user</td>
</tr>
</table>
</form>
</body>
</html>

 

 

posted @ 2013-06-08 18:02  xshang  阅读(1135)  评论(0编辑  收藏  举报