Modify ↓
Opened 12 years ago
Closed 12 years ago
#2500 closed Bug (No Bug)
_IEDocGetObj Help example $oDoc.fileCreatedDate error
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | Standard UDFs | |
| Version: | 3.3.8.1 | Severity: | None |
| Keywords: | Cc: |
Description
HI
The help example for _IEDocGetObj dosen't work on www.autoitscript.com
but does on www.google.com! So I suggest you change the HELP example ..
include <IE.au3>
Local $oIE = _IECreate("http://www.autoitscript.com")
Local $oDoc = _IEDocGetObj($oIE)
MsgBox(0, "Document Created Date", $oDoc.fileCreatedDate)
Fails with error
C:\Temp\mse4\test.au3 (5) : ==> The requested action with this object has failed.:
MsgBox(0, "Document Created Date", $oDoc.fileCreatedDate)
MsgBox(0, "Document Created Date", $oDoc.fileCreatedDate ERROR
include <IE.au3>
Local $oIE = _IECreate("http://www.google.com")
Local $oDoc = _IEDocGetObj($oIE)
MsgBox(0, "Document Created Date", $oDoc.fileCreatedDate)
Works?
Attachments (0)
Change History (4)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
| Component: | Documentation → Standard UDFs |
|---|
comment:3 by , 12 years ago
This may be related with the www.autoitscript.com WEB.
Jon can certainly answer this ticket
comment:4 by , 12 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

I have changed the URL in the interim, but have left the ticket open in case this is indeed a bug.