I have some js file generated with php., name by example "my_file.js.php", served with appropriate content-type for JS.
In FF, IE7, Chrome, etc.. all works fine, these files are correctly loaded.
But, in IE6, ths is more complicated : - first load of the page : file is not loaded, and consequently, I have some JS errors on my page - If I did a page refresh, all is now ok
Did anyone of us experience some strange behaviour like this ? (it seems clearly linked to the fact the files are not "pure" .js files, because my other .js files are correctly loaded.