| View previous topic :: View next topic |
| Author |
Message |
John Evans Guest
|
Posted: Thu Jun 16, 2005 11:35 am Post subject: viewing images locally 0- Firefox/Netscape issue |
|
|
Dear all,
I have image files referenced when using IIS as '<IMG
src="/isapi/face2face.dll/Files/contact.gif">';
this works fine in IIS.
When I am testing locally using the IW server I need to reference the files
locally.
If I put in the true path '<IMG src="C:/delphi
project/face2face/webapp/Files/contact.gif">'; then this works in IE, but
not under Firefox or Netscape.
What do I need to do for the other 2 browsers?
regards
--
John Evans
Managing Director
Clear Advantage Ltd
www.Clear-Advantage.co.uk
|
|
| Back to top |
|
 |
Hadi Hariri Guest
|
Posted: Fri Jun 17, 2005 5:58 am Post subject: Re: viewing images locally 0- Firefox/Netscape issue |
|
|
You are using a Windows path where you cannot.
|
|
| Back to top |
|
 |
John Evans Guest
|
Posted: Fri Jun 24, 2005 11:09 am Post subject: Re: viewing images locally 0- Firefox/Netscape issue |
|
|
Thanks Hadi, got it now.
regards
John
"Hadi Hariri" <bounce_mail (AT) hadihariri (DOT) com> wrote
| Quote: | You are using a Windows path where you cannot.
|
|
|
| Back to top |
|
 |
|