Forum Moderators: open
The results I get:
www.example.com/folder/ - data from the AJAX script shows on the screen.
www.example.com/folder/index.html - gives me a 404.
www.example.com/folder/index.php - the correct data appears.
This only happens in IE7. Firefox shows the correct data.
So just where is IE7 storing this script?
When the script wasn't working for me, I started testing a different one and in the process ended up with two </script> in the header. Once I removed one, no more problem.
I'm just a bit confused on how IE was remembering it when the file was no longer there.