<html>
<head>
<title>用户登录</title>
<link type="text/css" rel="stylesheet" href="login.css"/>
</head>
<body>
<fieldset id="f1">
<legend>用户登录</legend>
<form action="#" method=“post” id="frmlogin">
<div>
<label for="txtusername">用户名:</label>
<input type="text" id="txtusername"/>
</div>
<div>
<label for="txtpassword">密 码:</label>
<input type="password" id="txtpassword"/>
</div>
<div>
<input type="submit" value="确定" id="btnok"/>
<input type="reset" value="取消" id="btnEsc">
</div>
</form>
</fieldset>
<script type="text/javascript" src="login.js">
</script>
</body>
</html>