Lapo Nustrini <[EMAIL PROTECTED]> (Tuesday, November 04, 2003 1:31 PM):
> I've just upgraded from Analog 4.16 to 5.91b1 > Everything works great locally. > However, I'm seeing a strange issue when generating stats using > anlgform.html / .pl > If a use any browser _other_ than IE, the output is displayed correctly. > If I use IE (tried versions from 5.0 to 6) instead of displaying the > output, I am asked whether I want to open the file anlgform.pl or save > it. > Chosing open will show the html/xml source for the results in plain > text inside the browser. > If I save the file and then rename it to .html I can then open it > correctly in the browser (even though all the images are lost due to > the file now being local). > I'm sure there is something silly that I'm missing somewhere, but I > just can't seem to find it. > (This setup worked fine before upgrading to version 5) Your server is sending out the wrong content-type header. You need to make sure that the script is running in a cgi-bin or scripts directory and that the server does not add any headers to the output. -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------
