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 ?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.