RE: Delivering Graphics over HTTP

2003-03-05 Thread Dan Muey
I get it in IE 5.0 ok also Netscape 7.01 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2003 7:33 AM > To: Nigel Peck - MIS Web Design; Dan Muey; [EMAIL PROTECTED] > Subject: RE: Delivering Gra

RE: Delivering Graphics over HTTP

2003-03-05 Thread wiggins
On Wed, 5 Mar 2003 12:39:18 -, "Nigel Peck - MIS Web Design" <[EMAIL PROTECTED]> wrote: > I've done as suggested and it works fine in Mozilla but IE won't display the > image: > > http://cgi.www.miswebdesign.com/cgi-bin/www.miswebdesign.com/l

RE: Delivering Graphics over HTTP

2003-03-05 Thread Nigel Peck - MIS Web Design
-Original Message- > From: Dan Muey [mailto:[EMAIL PROTECTED] > Sent: 28 February 2003 14:43 > To: Nigel Peck - MIS Web Design; [EMAIL PROTECTED] > Subject: RE: Delivering Graphics over HTTP > > > I assume what you're trying to do is have in your html > > >

RE: Delivering Graphics over HTTP

2003-02-28 Thread Dan Muey
I assume what you're trying to do is have in your html And maybe except paramkaters and display accordingly? If so all you need to remember is to print the proper headers and don't try to print and text. #!/usr/bin/perl use File::Slurp; use CGI qw/:standard/; print header("image/gif"); prin