Message 1 of 1
Error accessing IHTMLDocument object (from IE)
Not applicable
08-26-2001
04:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am trying to access a PHP script from AutoCAD VBA. I am creating a InternetExplorer object with WithEvents and I ask it to navigate to my query. I am using the DocumentComplete event trigger and I notice that the website has been navigated to. However, when I try to access the document using browser.Document object, it gives an error. On adding a watch, the .Document object shows a value as. I tried with other event triggers, but they seem to give the same error. Does anyone have any idea what this is about, and how to fix this problem?
Thanx in advance,
Arun
I am trying to access a PHP script from AutoCAD VBA. I am creating a InternetExplorer object with WithEvents and I ask it to navigate to my query. I am using the DocumentComplete event trigger and I notice that the website has been navigated to. However, when I try to access the document using browser.Document object, it gives an error. On adding a watch, the .Document object shows a value as
Thanx in advance,
Arun