0

我在表格 td 标记内的 aspx 页面中有一个设备,如下所示

<td style="text-align: left;" colspan="2">
       <object id="Myobject" style="left: 0px; top: 0px" height="0" width="0"                                     classid="CLSID:6283f7ea-608c-11dc" name="Myobject" >
       </object>
</td>

该对象有许多可以在 IE 6,7 和 9 中访问的方法。它会抛出错误“不支持对象方法”或“Google Chrome/Mozilla 中找不到对象方法

我如何访问这些方法?

谢谢

4

1 回答 1

0

There is a distact lack of any data associated with that <object>. Presumably, however, it is an ActiveX control.

ActiveX controls are not supported by any browser other then Internet Explorer on Windows.

In short, you can't.

于 2012-05-09T12:00:33.057 回答