Modify

Opened 12 years ago

Closed 12 years ago

#2500 closed Bug (No Bug)

_IEDocGetObj Help example $oDoc.fileCreatedDate error

Reported by: oz.mike@… 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 guinness, 12 years ago

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

comment:2 by guinness, 12 years ago

Component: DocumentationStandard UDFs

comment:3 by J-Paul Mesnage, 12 years ago

This may be related with the www.autoitscript.com WEB.

Jon can certainly answer this ticket

comment:4 by Jon, 12 years ago

Resolution: No Bug
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.