I have a graphicImage image component that pulls its image from a Samba
directory.  It works great in IE, but shows up as a broken image in
FireFox.

If I view the image properties in IE, I see that the source has
"file:///" prepended to it:
file:///W:/asiweb1-npp/logos/members/loc_logo.gif

Under FireFox, the source is:
w:/asiweb1-npp/logos/members/loc_logo.gif

I tried putting "file:///" ahead of the path in my code.  It still
worked under IE but not with FireFox.  What is the proper way to do
this?

Thanks


Reply via email to