我有一個數據顯示一些信息的細節。在該表中有<a>
鏈接,從我的本地IP \\192.168.182.23
無法打開文件://///在Firefox中
源在<a>
鏈接我把源URL是這樣的:
<a target="_blank" href="file://///192.168.182.23/dt/rm/<?php echo $status;?>\<?php echo $rm.".txt";?>"><?php echo $rm.".txt";?><?php echo $rm.".txt";?></a>
和輸出視圖或導致這樣的:
m05171400822.txt <-- a link with source url below:
file://///192.168.182.23/dt/rm/pass/m05171400822.txt
請注意:m05171400822.txt文件已存在。但是當我嘗試點擊使用Firefox的鏈接,沒有出現任何東西。
請幫忙諮詢。 感謝
192.168.182.23是文件服務器而不是Web服務器 – bDir
什麼是文件服務器?桑巴? – hek2mgl