免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2316 | 回复: 0
打印 上一主题 下一主题

[紧急请教] accesskey问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-11-30 09:44 |只看该作者 |倒序浏览
如下,我为open按钮(点击时触发test函数)设置了accesskey="o",但是在IE6下,按alt+o,虽然触发了test函数,但是却没有打开t2.html网页。如果直接点击按钮,则可以打开t2.html。这是怎么回事?怎么解决?谢谢!

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<script language="javascript" type="text/javascript">
function test()
{
    window.showModalDialog("t2.html", null, "dialogWidth=350px;dialogHeight=500px");
    alert("test");
}
</script>
</head>

<body>
<input type="button" value="open" onclick="test();" accesskey="o" />
<input type="text" id="t1" value="1234" />
</body>
</html>


[ 本帖最后由 beilian 于 2007-11-30 14:13 编辑 ]
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP