功_能_reset_替_代_片_图
<html>
<head>
<title></title>
<script type="text/javascript">
function a(){
location.href="main.html";
}
</script>
</head>
<body>
<form name="myform" method="post" action="">
UserName:<input id="uName"><br>
PassWord:<input id="pWord"><br>
<input type="button" value=" 提 交 " onclick="location.href='main.html'">
<input type="image" src="reset.gif" onclick="javascript.document.form['myform'].reset();return false;">
</form>
</body>
</html>