Jump to content

Supress Popup Blocker in IE


AcidCorps
 Share

Recommended Posts

is there a way to allow a popup in IE using IE.au3?

assuming that you're only wanting a specific popup, you could just:

send({CTRL DOWN})
_IENavigate($oie,'http://thispagegeneratesapopupiwantforsomereason.com')
_ieloadwait($oie)
send({CTRL UP})

that works for my popup blocker, but hotkeys are probably sure to vary, and it does not actually disable the blocker, just allows a known popup to be allowed, which is possibly a little more responsible way to do it than it sounded in your topic title....

Link to comment
Share on other sites

Ok using your script I made it closer to what I want but it still dosen't work

$InitialLink = "https://my.screenname.aol.com/_cqr/login/login.psp?mcState=initialized&seamless=novl&sitedomain=sns.aimexpress.aol.com&lang=en&locale=us&authLev=2&siteState=ver%3a1%252c0%26ac%3aAE%26ld%3aaimexpress.aim.com%26uv%3aAIM%26lc%3aen-us%26ud%3aaol.com%26br%3aWebSuite-AimExBeta"


$IE = _IECreate($InitialLink, 0, 1, 1)
ControlSend($Title, $Text, "", $Password)
Send("{CTRLDOWN}")
_IEFormSubmit($IE, 1)
Send("{CTRLUP}")
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...