Jump to content

appendChild not working in IE6 and IE7


lxndr

Recommended Posts

The following code is being used to add a div to the parent page from within an iframe and is working in Firefox, Chrome and Opera but not in IE6 or IE7 (the other IEs haven't been tested yet):

 

parent.window.document.body.appendChild(newDiv);

 

 

Can anyone suggest what the problem might be and whether there's a way round it ?

 

Thanks in advance.

 

Link to comment
https://forums.phpfreaks.com/topic/233774-appendchild-not-working-in-ie6-and-ie7/
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.