Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invalid argument appears only in IE
Message
De
24/01/2013 10:47:09
 
 
À
24/01/2013 07:59:35
Information générale
Forum:
Javascript
Catégorie:
Dépannage
Divers
Thread ID:
01563215
Message ID:
01563971
Vues:
51
>>Long time ago, I sometimes faced similar issue with the style object in IE (quite often really)
>>You should be able to work around it with one of the following:
>>
>>- use a js framework such as jQuery (highly recommendable)
>>
>>- always test object.style.prop before reading or assigning:
>>if (object.style && object.style.prop) object.style.prop = value;
>>value = object.style ? (object.style.prop || null) : null;
>
>Thanks, but after a while, if this is the case, it means my object is no longer available. How can I make it back available as this is required for the application to proceed.

I never could - I always tested like I explained to work around errors
Thierry Nivelet
FoxinCloud
Give your VFP application a second life, web-based, in YOUR cloud
http://foxincloud.com/
Never explain, never complain (Queen Elizabeth II)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform