Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid argument appears only in IE
Message
From
24/01/2013 07:59:35
 
 
To
24/01/2013 03:20:01
General information
Forum:
Javascript
Category:
Troubleshooting
Miscellaneous
Thread ID:
01563215
Message ID:
01563950
Views:
41
>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.
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
Next
Reply
Map
View

Click here to load this message in the networking platform