ofir Posted October 17, 2006 Posted October 17, 2006 hi, since i'm new to autoit i tried to make a script that enter to a site. but the browser pops a dialog box of security information. I tried the following code but it does not work can someone help please? $oIE = _IECreate ( [$s_Url = "SITEURL" [, $f_tryAttach = 0 [, $f_visible = 1 [, $f_wait = 1 [, $f_takeFocus = -1]]]]] ) $oIEdia= _IEAttach ("Security Information", "DialogBox") $oSubmit = _IEGetObjByName ( $oIEdia, "Yes" ) _IEAction ($oSubmit, "click")
Vivvic Posted October 17, 2006 Posted October 17, 2006 (edited) This is not a general support forum! Edited October 17, 2006 by Vivvic [quote name='DaleHohm']You have a strange habit of posting error messages that don't match your code.[/quote][quote name='SmOke_N']Forget the learning... straight to the scripting :lol: (laugh.gif)[/quote]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now