按钮为什么不触发js 函数?
<!DOCTYPEHTML><html><head><metahttp-equiv="Content-Type"content="text/html;charset=UT...
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title> 班主任登录界面 </title>
<script type="text/javascrip">
function tz( ) {
window.location.href="localhost/chengjiluru/banzhurenjiemian.php";
}
</script>
</head>
<body>
<table height="150px" width="300px" border="1" align=center>
<caption> 班主任登录 </caption>
<tr><td align=center> 工号 <input type="text" value="" name=1 id="1"/> </td> </tr>
<tr><td align=center> 密码 <input type="text" value="" name=2 id="2"/> </td> </tr>
<tr><td align=center> <button onclick="tz( ) ;"> 确定 </button> </td> </tr>
</table>
</body>
</html> 展开
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title> 班主任登录界面 </title>
<script type="text/javascrip">
function tz( ) {
window.location.href="localhost/chengjiluru/banzhurenjiemian.php";
}
</script>
</head>
<body>
<table height="150px" width="300px" border="1" align=center>
<caption> 班主任登录 </caption>
<tr><td align=center> 工号 <input type="text" value="" name=1 id="1"/> </td> </tr>
<tr><td align=center> 密码 <input type="text" value="" name=2 id="2"/> </td> </tr>
<tr><td align=center> <button onclick="tz( ) ;"> 确定 </button> </td> </tr>
</table>
</body>
</html> 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询