the object invoked has disconnected from its clients 问题

IE8 下出现 the object invoked has disconnected from its clients 脚本错误:
原因是跨窗体创建数组。解决办法是,数组在主窗体创建,而不要在别的窗体创建它。
It seems like it is no longer safe to pass objects between windows. If the window that created the object is closed, the object will no longer be usable in other places. This causes a problems for popup-windows that tried to "remember" the active tab. The information must be stored in the main page, and the array object is created by the popup page. But once the popup was closed, the array could no longer be used. The result was an error message: the object invoked has disconnected from its clients. The solution is to let the main page create the array.


Total views.

© 2013 - 2024. All rights reserved.

Powered by Hydejack v6.6.1