silurian 0 Posted January 21, 2011 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 Share this post Link to post Share on other sites
PsaltyDS 39 Posted January 21, 2011 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 Share this post Link to post Share on other sites