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

Click here to load this message in the networking platform