Friday, 10 June 2011

Document.close in an iframe

Never call document.close() in an iframe. In IE, this halts all the javascript execution there.
Reference:
http://stackoverflow.com/questions/1736886/why-wont-this-javascript-using-document-open-and-document-write-work-in-intern

No comments:

Post a Comment