CitreDakkur Posted May 8, 2014 Posted May 8, 2014 I'm new to AutoIt, I'm good with Lua but this isn't lua so yeah. So I'm on these forums and theres a neat glitch I know how to do, the only thing is that the forum resets the glitch every 15 minuites. All it entails is inspecting an element, changing a value in the HTML, then hitting save. But I'm running into a problem I can't even get IE to open: #include <IE.au3> Global $oIE = _IECreate ( [[$s_Url = "http://forums.sploder.com/index.php/board,1.0.html" [, $f_tryAttach = 0 [, $f_visible = 1 [, $f_wait = 1 [, $f_takeFocus = 1]]]]] ) Just keeps erroring with "Syntax error" "$s_Url possibly used before declaration" But I'm not sure what to do about it?
JohnOne Posted May 8, 2014 Posted May 8, 2014 Global $oIE = _IECreate ( "http://forums.sploder.com/index.php/board,1.0.html" ) Look at some basic tutorials, one in my sig regarding params might help. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
water Posted May 9, 2014 Posted May 9, 2014 Welcome to AutoIt and the forum! Could you please give some meaningful titles to your future threads? Because everyone on this forum is seeking for help My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
CitreDakkur Posted May 9, 2014 Author Posted May 9, 2014 Welcome to AutoIt and the forum! Could you please give some meaningful titles to your future threads? Because everyone on this forum is seeking for help Ah yeah sorry. I help people out on a Lua forum so I understand and shouldn't have made such a stupid title. Global $oIE = _IECreate ( "http://forums.sploder.com/index.php/board,1.0.html" ) Look at some basic tutorials, one in my sig regarding params might help. Thanks.
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