in reply to Formatting CGI script error messages

I don't know what type of error handling routines you use, but it sounds to me like you want to display text/plain and not text/html?
  • Comment on Re: Formatting CGI script error messages

Replies are listed 'Best First'.
Re^2: Formatting CGI script error messages
by shay (Beadle) on Nov 17, 2004 at 12:49 UTC

    That's certainly a good idea, and one that hadn't occurred to me, but I was hoping to have the pages decorated with the usual HTML header and footer stuff that all the other pages in the software have.

    I could perhaps use three frames (HTML header, text error, HTML footer), so I'll have a think about that, but one simple non-framed page would be simpler.

    - Steve