I want to use an ActiveX in Opera Mobile 10 on a windows mobile 6.1 PDA.
I've tried this in the head section
var DWCtrl = new ActiveXObject("CLSID:7292BC27-A53D-4C1E-92FF-D234BBEB0E59");
I've tried this in the head section
var DWCtrl = new ActiveXObject("DataWedge.API");
I've tried this in the body section:
<!-- Initialize DataWedge.API ActiveX Object -->
<object id="DWCtrl" height=0 width=0 classid="CLSID:7292BC27-A53D-4C1E-92FF-D234BBEB0E59">
</object>
I've tried this in the body section
<object id="DWCtrl" height=0 width=0 classid="DataWedge.API">
</object>
None of them seem to work. Anybody any clue how to do this ?