Hi everyone, Turns out it was a mozilla problem after all (I ran into the same problem on another site). I appreciate the response though ( I tried manually printing the headers, to no avail), especially on a topic who's relevance to this list was suspect ;-)
Thanks tons! -James Bob Showalter wrote: >>-----Original Message----- >>From: James Williams [mailto:[EMAIL PROTECTED]] >>Sent: Tuesday, August 06, 2002 6:02 PM >>To: [EMAIL PROTECTED] >>Subject: Problems viewing source in mozilla >> >> >>Hi everyone, >> >>I'm not sure if this is on topic or not, but I was wondering >>if anyone >>had ever encountered a problem viewing source because of a >>cgi script. >>When I try to view source (the script prints out several >>versions of a >>form with hidden values), I get a message saying the postdata has >>expired from cache. If I repost the data, I see the same form >>(not the >>source), and nothing if I opt not to post the data (these are both in >>pop-up windows). >> >> > >I suspect the issue is with the PrintHeader sub (which is where? >cgi-lib.pl? Why are you using both cgi-lib.pl and CGI.pm?) > >If the response header tells the browser not to cache the response, >perhaps Mozilla requires the response to be in the cache in order to >"view source". If you really need to "view source", you might need >to adjust the Expires and/or Cache-control headers. > > > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]