Gets its DOM object in a Web page when OCX is initialized

Source: Internet
Author: User

When OCX initializes, it calls SetClientSite and passes in the IOleClientSite object.

1     Ccomqiptr<iolecontrolsite, &IID_IOleControlSite> spSite (pclientsite); 2     ccomdispatchdriver ecdisp; 3     Spsite->getextendedcontrol (&ECDISP);

As above code, according to the IOleClientSite object, we can get IOleControlSite object, and then through the IOleControlSite object Getextendedcontrol method can get OCX in the Web page DOM object.

Note : If you dynamically create OCX by using JavaScript code createelement, appendchild mode, In the IE11 setclientsite call Getextendedcontrol can get to the object, but in IE9 is not getting the object (other versions are not measured). How to dynamically create the OCX, but also to make SetClientSite call Getextendedcontrol can get to the object, see my other article.

Gets its DOM object in a Web page when OCX is initialized

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.