Hello,
I'm on a small intranet website, and on my server I have a shared directory. But apparently I can't access it with every browser. Let me explain you.
So I access my directory without any problem with windows explorer. I just do: \\10.199.137.90\Affaires\ And it's perfect.
In my website, I have:
and
And it works on IE6, IE7, IE8, IE9. Yes, when I click on the link it launch my windows explorer and target the good directory.
But this doesn't work with Firefox, Google Chrome... etc etc... I have an error.
Do you have any ideas?
Thank you very much :))
Jean-Yves
I'm on a small intranet website, and on my server I have a shared directory. But apparently I can't access it with every browser. Let me explain you.
So I access my directory without any problem with windows explorer. I just do: \\10.199.137.90\Affaires\ And it's perfect.
In my website, I have:
<
a
ID
=
"lnkToClick"
runat
=
"server"
target
=
"_blank"
> quality of the case file </
a
>
protected
void
Page_Load (
object
sender, EventArgs e)
{
lnkToClick.HRef = @
"\\\\10.199.137.90\Affaires\"
;
}
And it works on IE6, IE7, IE8, IE9. Yes, when I click on the link it launch my windows explorer and target the good directory.
But this doesn't work with Firefox, Google Chrome... etc etc... I have an error.
Do you have any ideas?
Thank you very much :))
Jean-Yves