Jump to content

Shell.explorer


 Share

Recommended Posts

Hey guys

i have a script that searches a website, now it performs a direct search using a specific URL format

to do this i am using a GUI with embedded browser using "$oIE = ObjCreate("Shell.Explorer.2")"

how would i get the "results" URL, IE the direct link to the information i have searched

example

i would search

http://gatherer.wizards.com/Pages/Search/Default.aspx?name=[Ferrovore]

and the site would return

http://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=194317

how do i grab the returned URL

thanks

http://sparticus.webhop.net

Link to comment
Share on other sites

Review the _IE* functions in the help file. Get a reference to the link and use something like _IEPropertyGet($oLink, "innerHtml").

:)

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...