Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid argument appears only in IE
Message
From
04/02/2013 09:49:55
 
 
To
17/01/2013 22:38:21
General information
Forum:
Javascript
Category:
Troubleshooting
Miscellaneous
Thread ID:
01563215
Message ID:
01565056
Views:
50
It seems there is an incompatibility with IE with the document.body.removeChild(). This took care of it:
if (window.parent.loDiv)
{
   window.parent.loDiv.parentNode.removeChild(window.parent.loDiv)
}
Basically, the concept is to focus on using the actual point of reference, moving it to the parent, and it can then remove itself (its child), which is what we want.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform