Avatar of Keith McElroy
Keith McElroy

asked on 

VB Script Internet Explorer Object output dynamic html

How do I make the following output "some html" to the IE page


Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True

IE.document.body.innerHTML = "some html" 'errors here

msgbox "Automation starting, running in the background.  Shall confirm completion in approximately 2 minutes"

IE.quit
VB ScriptHTML

Avatar of undefined
Last Comment
Rgonzo1971

8/22/2022 - Mon