Why won't this JavaScript (using document.open and document.write) work in Internet Explorer or Opera?
I desperately need some help on this one. I've created a <script> that closely parallels, and reproduces the problem of, another more complex <script> that I've written elsewhere. Here's what it does: creates an <iframe> and inserts in into a <div> on the page creates and appends a document to that <iframe>, which contains a <script> that defines a few functions (including a callback function and a function that loads an external <script> using AJAX) the latter external script is just a call to the callback function, which calls a function that creates a document and appends it to the <iframe>