Jump to content

how to run _IE in silent mode


MAS
 Share

Recommended Posts

hello all

I want to open a webpage but in silent mode that dont show any messages coming from webpages

I've used _IEPropertySet function to make it silent but message boxes still popup

maybe I wrote the function in wrong way

here's my simple code :::

#include <IE.au3>
 
$oIE = _IECreate ("http://www.autoitscript.com")
_IEPropertySet ($oIE, "silent", True)

thanks for any help :D

Edited by MAS
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...