【发布时间】:2011-03-18 05:13:39
【问题描述】:
一旦用户点击锚标记,我需要在 Firefox 中打开一个页面。
例子:
<!-- Currently the anchor tag is displaying in any of following browsers:
Internet Explorer, Opera, Safari, and Chrome -->
<a href="sample.html">Sample link to open in Firefox</a>
一旦用户点击链接,我需要在 Firefox 中打开文件 sample.html。没有不可能的事。但我不知道该怎么做。
是否可以在 JavaScript、jQuery 或 PHP 中执行此操作?
【问题讨论】:
-
是否包含在
标签: php javascript jquery html