Jump to content

Internet Explorer functions


Recommended Posts

well, I used to work with a script that open a certain URL in IE, then it tabs until the link that i wanted and then just press enter...

but I think it not working anymore on Vista...

if I just try the code:

#include <IE.au3>

$page = _IECreate("http://www.URL.com")

MsgBox(0, "a", "opened")

it opens the page but does not give me the msg when it finishes...

anyone know why?

any update I should do?

im running AutoIt3.2

Link to comment
Share on other sites

With the most up to date Autoit.exe it should work but are you running it without #RequireAdmin? Because if you are then your opening another window with that window and the program stays running because it has no chance to end.

Just add #RequireAdmin to it then tell us if it work

Contact via MSN: [email=terarink_msn@hotmail.com]terarink_msn@hotmail.com[/email], yahoo: terarink_yah

Link to comment
Share on other sites

Please try TerarinKerowyn's suggestion (and read the remarks for _IECreate that document this for Vista).

@Andreik - there is no way your suggestion helps -- and in any case, _IECreate calls _IELoadWait for you unless you turn it off.

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...