搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

About use mouse middle key to call JavaScript function question

  • 2 个回答
  • 7 人有此问题
  • 4 次查看
  • 最后回复者为 kahn30120

more options

I want use mouse middle key to call JavaScript function (<a href="javascript:help()">) help() will open a new Window and direct to my GUI Help Page but when I click it with middle key ,it will open new Tab blank Page that url="javascript:help()"; can not Executive help function... Is this a Firefox Bug or correct behavior in Firefox? thank.

I want use mouse middle key to call JavaScript function (<a href="javascript:help()">) help() will open a new Window and direct to my GUI Help Page but when I click it with middle key ,it will open new Tab blank Page that url="javascript:help()"; can not Executive help function... Is this a Firefox Bug or correct behavior in Firefox? thank.

被采纳的解决方案

You need to use a left click to handle JavaScript links.

See also http://kb.mozillazine.org/browser.link.open_newwindow.restriction

定位到答案原位置 👍 1

所有回复 (2)

more options

选择的解决方案

You need to use a left click to handle JavaScript links.

See also http://kb.mozillazine.org/browser.link.open_newwindow.restriction