Op Sat, 23 Apr 2005 08:18:26 -0400 schreef Lee Wiggers: >> > "The page you are trying to view contains postdata" etc. I >> > know that and I'm tired of the damn program telling me about >> > it. >> >It's a popup warning. Nothing wrong with it, and probably a good >idea for some, but I have this thing about the machine getting >bossy. > >I'm sure there is a way to turn it off, but it's not obvious.
This message comes up if you back-up to a page that has input fields (form data) in it which are POST-ed to the server for processing. The warning you see comes from a HTTP-message from the server you are connected to, telling you in a rather cryptical way that it is not certain that the page you want to access still contains the entered data, and/or there is a risk of sending the same data to the server again. The latter could become a problem, since communication usually goes to a session on the server which probably has been terminated already. So then there is no way to tell what would happen to the data you are sending. Note that you would not crash the server with something like that. Paul -- You can't wait for inspiration. You have to go after it with a club. - Jack London http://www.nlpagan.net/linux.php Have you visited http://twiki.mdklinuxfaq.org yet?
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
