Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

image doesn't display in netscape 1

Status
Not open for further replies.

smsinger3

Programmer
Joined
Oct 5, 2000
Messages
192
Location
US
Hello All,

For some reason, the image below does not display in Netscape 6.2, but it does display in IE. Does anyone know why? You're help is certainly sppreciated!!!!!

<img src='\\servername\Image_CDs\20000108_t.JPG' WIDTH=&quot;64&quot; HEIGHT=&quot;75&quot;>

Could it be some sort of permissioning problem?

Thank you in advance,

SteveS
sms@hmbnet.com

 
I'd take a guess that using \ instead of / could be your problem. You should probably also have a http: at the front of the url. Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
I don't think that's the problem, I also tried

<img src=&quot;file://svrname/Image_CDs/20000016.jpg&quot;>

But that didn't work. I since rewrote it to

<img src=file://\\svrname\Image_CDs\20000016.jpg border=0>

But that didn't work either. If I don't use the UNC name and only use the mapped drive (&quot;r:\&quot;), then it works great in Netscape.

Is there some kind of problem with Netscape using the UNC name of an image?

Does anyone have any ideas?

Thanks for your help, in advance!
 
Try opening the image from netscape, then copy the URL netscape shows for the image after it opens... that should do it (that will tell you exactly how netscape see's the file location). -gerrygerry
Go To
 
Thanks gerrygerry for that idea. After I opened the image in the browser, here's what it looked like:

<img src=&quot;file://///svrname/Image_CDs/20000014.jpg&quot;

(Yes, there are 5 forward slashes in a row!) I have no explanation why this would even work! If anyone knows why this works, then please share it! X-)


 
Hey, I was partially right. Who would have thought of 5 forward slashes?! I gave gerrygerry a star for his idea on how to figure it out! Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
I admire someone who can come up with a simple and direct way to solve a problem. Your solution met both of those criteria perfectly.

Don't worry about the rankings. They're great for the ego, but don't mean as much as a good thank you does. Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top