An IE issue has me completely stumped. I have a coldfusion page that uses JQuery's AJAX .load function to load in a new flash file that is generated by coldFusion's cfchart tag. This works completely fine in firefox: the new flash file and new html elements load. However in IE: all of the html elements that are geneated with the flash object are loaded, except the flash object and embed tags do not show up at all after running an ajax call in IE. After looking in Fiddler, the flash application type response data doesnt even show up for IE. It does however for Firefox.
I thought maybe it has to do with any kind of media, so i changed the chart type to output as a jpg file instead of flash. And it loads completely fine in IE. So something is preventing IE from receiving the flash response data.
Here's what i've done so far - and no luck so far:
<META
HTTP-EQUIV="CACHE-CONTROL"
CONTENT="NO-CACHE"><META
HTTP-EQUIV="EXPIRES" CONTENT="01 Jan
1970 00:00:00 GMT"><META
HTTP-EQUIV="PRAGMA"
CONTENT="NO-CACHE">
Any suggestions or insight would be greatly appreciated. Thank you thank you in advance!
Have you tried specifying jQuery's $.ajax
"cache" option to false? IE caches pretty aggressively (I've seen it cache .jsp files.), so I wonder if jQuery knows how to get around this natively.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With