iamnoah / writeCapture

Utility to assist the Ajax loading of HTML containing script tags that use document.write. Mailing List: http://groups.google.com/group/writecapturejs-users
http://iamnoah.github.com/writeCapture
Other
241 stars 38 forks source link

Executing js when using immediateWrites #28

Closed vincejl closed 13 years ago

vincejl commented 13 years ago

Discovered that some of the scripts that were written with immediateWrites option on our site were creating script tags that referenced external js files with document.write. This will allow those to be added to the dom and executed.