Forum Moderators: open
On 1 page of a client's site, when you click the links it opens the page within c:\Documents and settings\local settings\temporary internet files\content.ie5\etc etc rather than http://www.example.com/page.html and all the images are broken, the css doesn't load.
I notice it says IE5 within the url bar, could this be a problem with IE6 SP2? Or the page itself?
Thanks
[edited by: tedster at 7:26 pm (utc) on Oct. 7, 2004]
[edit reason] de-link the url [/edit]
IE requests for a web page, if web server responds an invalid Content-Type and the file extension(either in URL or in the filename field of Content-Disposition), the downloaded web page will be opened in the cache directoy. On some systems, a download prompt will pop up, instead openning immediately.
I added a doc-type to the page, no more problem....only took 3 hours of searching to fix it!