hi,
I would like to know what header
to print to view this on the browser, if text/html is entered the image is not
displayed and if image/gif is entered the image does not appear , thanks
in advance
Kiran
ps: if this is not the right place to ask this
question please tell me where i can find help
open(F1,"images.gif") ||errorhandler;
while(<F1>) {
$imgcont .=$_; } close(F1);
print" html message here";
print $imgcont;
print" html message
here";
|
- Re: General Question Stas Bekman
- Stop button (was: Re: General Question) Bill Moseley
- Re: Stop button (was: Re: General Question) Bill Moseley
- Re: Stop button (was: Re: General Question... Stas Bekman
- Re: Stop button (was: Re: General Ques... Steve Hay
- Re: Stop button (was: Re: General... Bill Moseley
- Re: Stop button (was: Re: Gen... Steve Hay
- Re: General Question Ken Williams
- Re: General Question Mike Wojcikiewicz
- Re: General Question Buddy Lee Haystack
- Re: General Question Kiran Kumar.M
- Re: General Question G.W. Haywood
- RE: General Question S Muthu Ganesh