nchor Link to Local File? (DEAD LINK not working in FireFox but in IE)

前端 未结 2 1488
执笔经年
执笔经年 2020-12-07 02:28

This Java code,

\"\" + curBP.get_build_path() + \"\"

is outputted to t

相关标签:
2条回答
  • 2020-12-07 03:04

    When you use backslashes {} , you're calling Windows Explorer. And IE is integrated with Windows Explorer, FF not integrated

    0 讨论(0)
  • 2020-12-07 03:06

    Bad news: Firefox has closed a security hole:

    http://www.techlifeweb.com/firefox/2006/07/how-to-open-file-links-in-firefox-15.html

    It requires the user to modify a local file to allow file:// urls.

    0 讨论(0)
提交回复
热议问题