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";

Reply via email to