Hi, I have a big flaw in my idea and was wondering if anyone cold help me. I have a script which i have wrote that runs on a page nicely. on that page there is an iframe, from which it's content is from a temporary web page ( temporary / dynamically generated for preview purposes ) which is in full working order ( i.e. it runs all it's javascripts / serverside code as it would normally ). I have no control on what content is being loaded via the iframe so my problem is this. if there is an error within the javascript code from the iframe ( this mainly applies to internet explorer ) then it stops the code from the parent running. Meaning im relying on people to be using correctly coded javascripts for them to be able to use my service.
Is there anyway to stop the iframe stopping the parents code working?