Re: IE7/VISTA problems with form submissions -- blank page or "Internet Explorer cannot display the webpage"

2010-02-03 Thread jepr
something like > that) where if you disable it, it should show you the HTTP error code. > > Also, try using Fiddler to see what's going on > -http://www.fiddler2.com/fiddler2/ > > On 3 February 2010 03:10, jepr wrote: > > > I am developing a web app using Python 2.

IE7/VISTA problems with form submissions -- blank page or "Internet Explorer cannot display the webpage"

2010-02-02 Thread jepr
I am developing a web app using Python 2.6.1 and Django 1.1 on RedHat Linux. When a user on VISTA and IE7 submits form data (POST method), they either get a blank page or the error message "Internet Explorer cannot display the webpage". I do not see the same error on Firefox, Chrome or IE8. Unfo