Hello,
I have a vbscript creates an Internet Explorer object: InternetExplorer.Application and once the page loads I then have it click a link via command: getElementById("ButtonToClick").click()
The problem is, once I click the link, it opens a new webpage! Does anyone know how I can access the new window that pops up and continue working with my html?
Thanks!
Barery
I have a vbscript creates an Internet Explorer object: InternetExplorer.Application and once the page loads I then have it click a link via command: getElementById("ButtonToClick").click()
The problem is, once I click the link, it opens a new webpage! Does anyone know how I can access the new window that pops up and continue working with my html?
Thanks!
Barery