日期:2014-05-16 浏览次数:20342 次
<head>
<script type="text/javascript">
function clearpassword(){
?document.getElementById("password").value="";
?document.getElementById("username").focus();
}
</script>
<title>Login Page</title>
</head>
<body onload=clearpassword()>
......
</body>