Jump to content

[..]recover address type in a GUI


Recommended Posts

That in fact I create a script or a person who wants to surf the internet from a URL thanks to my script but for that I must retrieve the link address example:

the individual copy of the glue in an input link and then my program will read on this site with IE, but how to create the web page I put this but I get an error:

_open func ()

$ MU = GUICtrlRead ($ Input1)

$ site = _IECreate ($ Input1)

EndFunc

So here if you could help me. Thank you!

Good evening

Link to comment
Share on other sites

Why are there spaces between the dollar signs and the variable names? And you didn't use the string you got from GuiCtrlRead() for the URL:

_open func()
     $MU = GUICtrlRead($Input1)
     $site = _IECreate($MU)
EndFunc

:unsure:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...