I have a page that pulls an external JavaScript file, which then generates some content dynamically into that page (basically inserts some DIVs and a Flash object).
When ever the user navigates away from this page and then pushes the 'back' button, Safari and Firefox display the generated content, but IE 8 does not.
What is the best practice for IE to retain dynamic content in history? Or do I have to listen for some specific event and then restart my JavaScript?
BTW, I have jQuery in place, so relevant plugin suggestions are also welcome.
EDIT: here is link to demo: http://mmstest.eenet.ee/embed/281
If you click the Google link at the bottom and then go Back, Safari and FF will show you the video again, IE8 does not.