Running HTML functions using VBScript

N

Nadav

Hi,
I wrote a VBScript that open an IE browser
[WScript.CreateObject("InternetExplorer.Application")]
I navigated to a URL, and I got the HTML document in a local var.
I can click buttons, identify elements, etc.
I want to run a javascript function that's on that page - How do I do that ?
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top