Jump to content

Recommended Posts

Posted

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?

Posted

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:

  Reveal hidden contents

 

Posted
  On 5/9/2014 at 7:21 AM, water said:

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.

 

  On 5/8/2014 at 11:52 PM, JohnOne said:
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.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...