Data Missing

Rod Bruce rodney.bruce at mankato.msus.edu
Wed Feb 11 15:34:06 EST 1998


On Wed, 11 Feb 1998 11:41:00 -0800 Sheryl Eldridge 
<s.eldridge at mail.utexas.edu> wrote:

> You cannot print a web page that appears as a result of a form that uses
> 'POST.'  You can only print the page if the form uses a 'GET.'  

Actually, that's not correct (I just tested this by printing a page as 
the result of a POST in NN3.01, NN4.0, and MSIE3.0). I can also do a 
"Reload" in NN and it reposts the data just fine; however, doing a 
"Refresh" in MSIE doesn't work. I would speculate that there might be 
something like the "Expires" or "Pragma" header that is being sent back 
by the CGI script that tells the browser not to cache the document and 
that this is why it can't be printed. I've never used "Expire" or 
"Pragma" headers, so it is just a guess.

> drawback to using 'GET,' is that the variables appear in the URL.

Another, and more serious, drawback is that the query length of a GET 
is limited to (I think) 256 characters while the query length of a POST 
is (theoretically) unlimited.

> 
> At 10:02 AM 2/11/98 -0800, you wrote:
> >
> >Has anyone had this error message when trying to print using Netscape
> >Navigator 4.0?
> >
> >This document resulted from a POST operation and has expired from the
> >cache.  If you wish you can repost the form data to recreate the 
> document >by pressing the reload button.
> > >Note: Of course, pressing the reload button does no good!  I've also
> >cleared the cache and reloaded Navigator entirely, but to no avail. >
> >I'm stymied.  Any ideas? >
> >Joe Cadieux >
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^	 Sheryl 
> Eldridge, Systems Analyst   s.eldridge at mail.utexas.edu  Library Systems 
> Tel.: (512) 495-4393  University of Texas at Austin      FAX : (512) 
> 495-4347 
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

---------------------------+--------------------------
Rod Bruce                  | Trying is the first step
MnSCU/PALS                 | towards failure.
rod.bruce at mankato.msus.edu |        - Homer Simpson
---------------------------+--------------------------




More information about the Web4lib mailing list