Fixed !
I don't know about the reloading issue but I think it might be due to my host's javascript ads. Nothing I can do about it.
My research led me to the conclusion that it could not be about the HTML markup since I tried to display something like this :
HTML Code:
<html><head></head><body>Test</body></html>
without much success. So it had to be fixed from within php.
Well, actually it was an IE7 problem I could fix by deactivating Gzip compression.
That's it : no more Gzip, and it's all fine. I don't have the time to look around and see if it has been a reported issue but I'd be interested if you ever heard about such a problem. My guess would be : Joomla sends a gzipped version of the page, my host intercepts it and adds non-compressed javascript at the end of the file. IE screams.
|