ZoneX Posted August 25, 2006 Posted August 25, 2006 #include <IE.au3> $sUsername = "" $sPassword = "" $sURL = "www.nordicmafia.net" $oIE = _IECreate($sUrl) $f_tryAttach = 0 $f_visible = 1 $f_wait = 1 $f_takeFocus = 1 $s_Name = "kriminalitet" $f_select = 1 $s_mode = "table1" $f_fireEvent = 1 Send ($sUsername) Send ( "{tab}" ) Send ($sPassword) send ("{enter}") Sleep ( 6200) _IELinkClickByText ($oIE, "Kriminalitet") _IEFormElementCheckboxSelect($s_Name, $f_select, $s_mode, $f_fireEvent) sleep (1300) _IELinkClickByText ($oIE, "Utpressing") sleep (1300) _IELinkClickByText ($oIE, "Fight Club") sleep (1300) _IELinkClickByText ($oIE, "Biltyveri/Garasje") sleep (13000) _IELinkClickByText ($oIE, "logg ut") can u see someting wrong?
lod3n Posted August 25, 2006 Posted August 25, 2006 (edited) It would be helpful if you described the error you got, or the expected action and unexpected result.That said, try using the whole URL: http://www.nordicmafia.net Edited August 25, 2006 by lod3n [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
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