Click to See Complete Forum and Search --> : noob needs help on JS & VB code


nshleppy
12-31-2002, 11:33 AM
I have an application (user interface activex host that can run javascript or vb scripts) that is running a vb script on the desktop. I want to be able to have the browser javascript communicate with the vbscript ie is I want to send commands to do "calls" in the vbscript. Essentially I want to duplicate the button actions in the vbscript from the browser.

khalidali63
12-31-2002, 11:49 AM
look into the following components in VB libraries
1.Microsoft HTML Object Library
2.Microsoft Internet Controls

Then look into WebBrowser object it will have all the answers with regards to webbrowser vb interactions

Khalid

nshleppy
12-31-2002, 12:52 PM
Thanks for the pointer. Will check it out and try it.