搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

what will be the form of file protocol (file://) in firefox?? Using file://servername/foldername , I am uable to open a folder. But it was supporting in other browsers. Need a prompt solution of that issue.

  • 2 回覆
  • 1 有這個問題
  • 11 次檢視
  • 最近回覆由 cor-el

more options

what will be the form of file protocol (file://) in firefox?? Using file://servername/foldername , I am uable to open a folder. But it

was supporting in other browsers. Need a prompt solution of that issue. I have used following code snippets: <a href="file://PC2/c$">open folder </a> It is used to open C:/. But it is not working in other browser except Mozilla.

Need a solution as soon as possible...

what will be the form of file protocol (file://) in firefox?? Using file://servername/foldername , I am uable to open a folder. But it was supporting in other browsers. Need a prompt solution of that issue. I have used following code snippets: <a href="file://PC2/c$">open folder </a> It is used to open C:/. But it is not working in other browser except Mozilla. Need a solution as soon as possible...

所有回覆 (2)

more options

Hi,

Please try file://///servername/sharename/ or \\servername\sharename

more options

選擇的解決方法