i would like to popup a window and document.write with javaScript. The following works fine on FF, Safari, NS, both on Mac and PC, but fails in IE (6 and 7 as far as i know). it opens a new window in IE, but it doesn't write anything. not even title. any suggestion? (this is written in xsl, i don't think it matters. ) HTML: --------- '+pTitle+' _uacct = "UA-139461-1"; urchinTracker(); '); subWin.document.close(); subWin.focus(); } ]]> --------- thanx or your help.:2sm
More...