I need to open filelink (network share in local) in the browser.<a href="http://file://///> convert file:// to file// ---remove colon
I use such code:
<a href="http://file://///server/localfolder">
It open link in the browser but convert it to such format: file/////server/localfolder (remove colon).
This way browser don't open local folder. I have tried to change file:///// to file:// or file:/// or file://// . But colon stell removed by browser.
How to solve it?
BenM、コメントありがとうございました。私がhttp://を削除すると、それを押してリンクをまったく開けません。右クリックし、リンクをコピーしてブラウザに貼り付けます。 –
はい、file:///動作しません。リンクは正しいが、それを押して開くことはできない。 –
@ inno.vlad 5つのスラッシュで試してみるか、Quentinによって重複していると表示されている質問を読んでください。 – BenM