Why don't you try to include the script using SSI (via .shtml) A good reference is here: http://httpd.apache.org/docs/howto/ssi.html#executingcommands
i.e. <!--#exec cmd="/path/to/your/cgi-bin/image.cgi" --> when the page loads, the script will be executed and the image displayed. best JP www.cartailler.com "A. Rivera" <[EMAIL PROTECTED]> wrote in message 000c01c20668$4ad82580$cbfea8c0@agustinr">news:000c01c20668$4ad82580$cbfea8c0@agustinr... Anyone have a working script or reference link to a cgi script that can spit out images? I'm trying to use this... <img src="image.cgi"> to display an image, but it never comes out. The cgi spits it out as if it were text. Anyway, I really would like to see a working copy. Please don't perldoc me, I spent days going through those before finally asking here. Many Thanks, Agustin Rivera Webmaster, Pollstar.com / PollstarOnline.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]