Hi,
I determine a path to an uploaded file in asp and then link to it. It works fine in IE but when I try to view it in netscape I get file not found.
<%
lcPath = http:" & "\\Pluto\Upload\"
lcFileName = "temp.html"
%>
<a href="http:<%=lcPath%><%=lcFileName%>">Temp File </a>
In IE the page opens fine.
In Netscape it says page cannot be found and if I go into page info (for the page not found) I get
URL: if I view the page source of the page with the link
the URL are showing properly.
how do I force netscape to give the appropriate URL?
Thanks,
I determine a path to an uploaded file in asp and then link to it. It works fine in IE but when I try to view it in netscape I get file not found.
<%
lcPath = http:" & "\\Pluto\Upload\"
lcFileName = "temp.html"
%>
<a href="http:<%=lcPath%><%=lcFileName%>">Temp File </a>
In IE the page opens fine.
In Netscape it says page cannot be found and if I go into page info (for the page not found) I get
URL: if I view the page source of the page with the link
the URL are showing properly.
how do I force netscape to give the appropriate URL?
Thanks,