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. Unfortunately, all of my users are on VISTA and IE7.
I have verified that the data are indeed being POSTed to the appropriate view methods. To further complicate the situation, I am making use of sessions to manage user data and preferences. I see the following in the session cookie: 'HTTP_COOKIE': 'sessionid=65b1a54b23627d4401ffd38e60f2448a; s_cc=true; s_sq=%5B%5BB%5D%5D'. Some web sites have suggested that IE6 and 7 may have problems with certain unicode characters, so I do wonder if s_sq is a culprit. Has anyone else run into these problems? Any solutions for dealing with substandard browsers??? Thanks much! Joann -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.