Modify

#1938 closed Bug (Works For Me)

_IEQuit IE9

Reported by: Jpm Owned by: Gary
Milestone: Component: Standard UDFs
Version: 3.3.6.1 Severity: None
Keywords: Cc:

Description

The following script does work with IE9/Win7
the Html is not closed
Perhaps more UDF does not work with IE9

#include <IE.au3>

Local $oIE = _IECreate()
_IENavigate($oIE, "file://" & @ScriptDir & "\temp.html", 1)
_IEQuit($oIE)

Attachments (1)

temp.html (187 bytes ) - added by Jpm on May 29, 2011 at 12:22:37 PM.

Download all attachments as: .zip

Change History (7)

by Jpm, on May 29, 2011 at 12:22:37 PM

Attachment: temp.html added

comment:1 by AdmiralAlkex, on May 30, 2011 at 5:45:06 PM

Not practical, but I quickly tested and it works if the script run as admin

#RequireAdmin

comment:2 by DaleHohm, on May 31, 2011 at 3:18:21 PM

JP,

I cannot reproduce this on Win7 32-bit and IE9. The browser opens and closes just as expected without #RequireAdmin

Are others able to preproduce?

Dale

comment:3 by Jon, on Jun 2, 2011 at 10:24:25 AM

Resolution: Works For Me
Status: newclosed

comment:4 by Jpm, on Jun 16, 2011 at 8:13:03 AM

At least Jon reproduce the problem

comment:5 by DaleHohm, on Jul 11, 2011 at 8:55:56 PM

JP,

I'd suggest you test with VBS and see what your result is:

set oIE = CreateObject("InternetExplorer.Application")
oIE.visible=1
oIE.navigate2("temp.html")
oIE.quit

Dale

comment:6 by Jpm, on Mar 31, 2014 at 8:35:57 AM

Finally I found how to have it working disabling the Protected Mode on Internet security zone.

Look a little strange that local file follow the same rule as the Internet ones but why not

Modify Ticket

Action
as closed The owner will remain Gary.

Add Comment


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