Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invalid argument appears only in IE
Message
De
04/02/2013 09:49:55
 
 
À
17/01/2013 22:38:21
Information générale
Forum:
Javascript
Catégorie:
Dépannage
Divers
Thread ID:
01563215
Message ID:
01565056
Vues:
48
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform