lxndr Posted April 15, 2011 Share Posted April 15, 2011 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 More sharing options...
lxndr Posted April 15, 2011 Author Share Posted April 15, 2011 Update: Now solved, I needed to create the div to be appended in the parent not the iframe. Link to comment https://forums.phpfreaks.com/topic/233774-appendchild-not-working-in-ie6-and-ie7/#findComment-1201851 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.