Search found 3 matches

by bufferout
Sun Sep 03, 2006 7:13 pm
Forum: PHP - Code
Topic: IE6 mishandling header redirects
Replies: 3
Views: 861

RESOLVED

Turns out to be a wierd issue on Dreamhost.

Fixed by removing character encoding and language meta tags from the html head.

Go figure.
by bufferout
Thu Aug 31, 2006 9:20 pm
Forum: PHP - Code
Topic: IE6 mishandling header redirects
Replies: 3
Views: 861

Definately already using absolute urls. It's so wierd. If I click the link, hit back, click the link, etc this is the sort of behaviour i get: BLANK PAGE BLANK PAGE BLANK PAGE REDIRECTS REDIRECTS BLANK PAGE BLANK PAGE REDIRECTS REDIRECTS REDIRECTS BLANK PAGE REDIRECTS REDIRECTS BLANK PAGE BLANK PAGE...
by bufferout
Thu Aug 31, 2006 8:40 pm
Forum: PHP - Code
Topic: IE6 mishandling header redirects
Replies: 3
Views: 861

IE6 mishandling header redirects

Hi all, I've got a very perplexing issue with IE6 mishandling php header redirects. Essentially I have a link to a page that uses a header redirect to another page. Approximately every third click on this link results in a blank page in IE. The URL in IE's address bar does not change from the origin...