I was searching the Googles for a fix that randomly started happening to a web site I was working on. Well, it might not had been random but I don’t feel like reverting back to versions just to find the culprit. IT might be the table. Might be something else.
“ie page flicker” took me to “Stop IE Flickering Between Pages”. OK, nice, I’m clicking, I’m reading. Turns out that IE sucks. No, really.
I really didn’t care to read into exactly what this snippet of code does. It just fixed my problem. My problem being, when submitting a page in IE the browser goes blank (all white) for a split second while it tries to load the new page. This is not an issue in Firefox.
Calling it Fajax for the mere fact it looks like an Ajax load? I guess. Anyways, here’s the HTML for your cutting and pasting pleasures.
<meta http-equiv=”Page-Enter” content=”blendTrans(Duration=0)”>
<meta http-equiv=”Page-Exit” content=”blendTrans(Duration=0)”>
Popularity: 25% [?]

