Object doesn't support this property or method
|
|
Hi all, I’m using Dialog.info on IE6/7 When I close to fast my Dialog box (not visible yet), an error occure “Object doesn’t support this proterty or method” The error occure because all the objects aren’t created when the destroy function is called. In Windows.js, a lot of “setTimeout” are used (asynchronous function). Are they really useful ? A synchronouse way to open / close a Dialog box would be great, even if we uses effects or not. Thanks in advance. |