Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
print <<HTML;
<html><head><title>My Program</title></head>
<body bgcolor="#FFFFFF" text="#000000">
<img src="file:///C:/Sunset.jpg
</body></html>
HTML
This will work fine when I access the script using Internet Explore 6 (eg http://localhost/cgi-bin/myscript.pl , but when accessed from firefox the image is not displayed. I have typed the image location into the browsers which successfully display the image.
Any ideas/Suggestions? Thank you
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Image display firefox problem
by davido (Cardinal) on Jun 19, 2005 at 05:14 UTC | |
|
Re: Image display firefox problem
by polettix (Vicar) on Jun 19, 2005 at 10:11 UTC | |
|
Re: Image display firefox problem
by Joost (Canon) on Jun 19, 2005 at 11:14 UTC | |
by dorward (Curate) on Jun 19, 2005 at 12:04 UTC | |
|
Re: Image display firefox problem
by cajun (Chaplain) on Jun 19, 2005 at 06:58 UTC | |
|
Re: Image display firefox problem
by bmann (Priest) on Jun 19, 2005 at 16:48 UTC | |
|
Re: Image display firefox problem
by cees (Curate) on Jun 19, 2005 at 13:32 UTC | |
by merlyn (Sage) on Jun 19, 2005 at 13:51 UTC |