ie=.OLEObject~new("InternetExplorer.Application") ie~visible=.true -- make IE visible ie~navigate("https://bach.wu.ac.at/z/start") do counter i until ie~busy=.false | i>1000 -- wait for page to be loaded (maximum one second) call sysSleep 0.001 -- sleep 1/1000 second end doc=ie~document -- get loaded document source=doc~body~innerHtml -- get body element and get its HTML text ie~quit -- close Internet explorer -- parse the HTML text to extract a specific URL parse var source '