Jump to content

running separate script after running an _IECreate


Go to solution Solved by SmOke_N,

Recommended Posts

Posted

I have one script I use that runs a _iecreate

sets some properties and what not

my 2nd script, how do I get a handle on the internet page to start running other ie actions?

such as _ieaction ?

  • Moderators
  • Solution
Posted

_IEAttach

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

thank you for that post, I think I'm on the right track, and understand....

but still having an issue ....

#include <ie.au3>

$URL = ("https://www.autoitscript.com/autoit3/docs/libfunctions/_IEAttach.htm")

_IEAttach($URL,"URL")

_IEAction($URL, "PRINT")

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
  • Recently Browsing   0 members

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