How can I access window.document object from ActiveXObject in InternetExplorer? I’m using C# language for my ActiveXObject.
Thanks Paul.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think the object being instantiated wouldn’t know – from where it is being called.
So, in order to use window.document inside the ActiveXObject, you will have to pass the instance of window.document as a property.