Firefox通过javascript控制键盘操作无效果

<html><head><title></title><script>functionuser_onkeypress(e)//按tab{vare=e||window.ev... <html>
<head><title></title>
<script>
function user_onkeypress(e)//按tab
{
var e = e||window.event;
var currKey=e.keyCode||e.which;

if(currKey==13){
pwd.focus();
}
}
function pwd_onkeypress(e)//按tab
{
var e = e||window.event;
var currKey=e.keyCode||e.which;

if(currKey==13){
monitor_link.focus();
//pwd.focus();
}

}
</script>
</head>
<body>
<table>
<tr>
<td height="23" style="color:#000000; font-size:18px; text-align:right;">user:</td>
<td><INPUT id=user name=user maxLength=32 LANGUAGE=javascript onKeyPress="return user_onkeypress(e)" style="width: 130px"></td>
</tr>
<tr>
<td height="36" style="color:#000000; font-size:18px; text-align:right;">pwd:</td>
<td><INPUT id=pwd type = "password" name=pwd maxLength=32 LANGUAGE=javascript onKeyPress="return pwd_onkeypress(e)" style="width: 130px"></td>
</tr>
<tr>
<td height="32" class="f18b"> </td>
<td align="left"><button id="monitor_link" type="button" onClick="javascript:btndisp()">xxxxx</button></td>
</tr>
</table>
</body>
不是按tob键而是按Enter键不起作用,在Firefox下。
展开
 我来答
火狐
2014-07-17 · Firefox,最快最安全的上网体验
火狐
Mozilla Firefox火狐浏览器,是一款开放安全的开源浏览器,全球拥有5亿用户。
向TA提问
展开全部
  您好!很高兴为您答疑!

  火狐下您可以安装Firebug检查页面代码,错误部分会有提示,它集HTML查看和编辑、Javascript控制台、网络状况监视器于一体,是开发JavaScript、CSS、HTML和Ajax的得力助手。
  您可以在火狐社区了解更多内容。希望我的回答对您有所帮助,如有疑问,欢迎继续在本平台咨询。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式