Jump to content

CreatePopup() in IE9


Archdeacon

Recommended Posts

Depends how the pop up is created, what css is used, as none of us here has the ability to read minds (As far as i know), wouldn't it help if you actually supplied something to work with. As all i can suggest is that you wait until the planets become fully aligned and everything might, (only might! best i can offer sorry) work as it should.

Link to comment
Share on other sites

OK I think I have it fixed now. I was using the code below and removed 'document.body' from the last line which seems to have cured it.var p=window.createPopup();var pbody=p.document.body;pbody.style.backgroundColor="silver";p.show(10,10,400,300,document.body);

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...