Writing to a newly opened window in IE when the parent window specifies a document.domain
Friday, August 20th, 2010I’ve run into this problem before. IE considers a new window (or frame) opened with Javascript to be in a different domain than that of the window that opened it. Usually this won’t cause a problem, but if the parent window has document.domain explicitly set, then IE won’t allow the two windows to […]