ie, multiple sites

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
inseption86
Posts: 205
Joined: 19 Apr 2018, 00:24

ie, multiple sites

28 Oct 2018, 05:20

Hi, guys, please help, how to get data if multiple sites?

Code: Select all

ie := ComObjCreate("InternetExplorer.Application")
ie.Visible := true
ie.Navigate("https://1.com")
ie.Navigate("https://2.com,2048)
ie.Navigate("https://3.com",2048)
ie.Navigate("https://4.com",2048)
while ie.readystate <> 4
	continue
sleep 100

;https://1.com
msgbox % ie.document.getElementsByTagName("input")[2].value

;https://2.com
msgbox % ie.document.getElementsByTagName("input")[2].value 

;https://3.com
msgbox % ie.document.getElementsByTagName("input")[2].value 

;https://4.com

msgbox % ie.document.getElementsByTagName("input")[2].value 

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: ArkuS, Ineedhelplz and 238 guests