Re: IE error when clicking the back button after a POST

2008-01-21 Thread Todd O'Bryan
Generally, you use GET when you're retrieving information from the server and POST when you're sending information to the server (as when you're submitting a form). Django is designed so that, if you have GETs and POSTs for a form go to the same URL, you can display the form on the GET branch and

IE error when clicking the back button after a POST

2008-01-20 Thread Greg
Hello, I have a form submission where people can search by properties of my product (color, size, price, etc...). We'll when they do a search a bunch of products are returned. When they click on a product and then try to click on the back button. In IE they receive an error: 'Webpage has expire