Is there a way to send a command to the address bar of an open browser window? I know about OpenBrowser but that will always open a new browser. I need to send a command as if I were clicking a link on the browser.
sending commands to address bar
Posted by Shady Stranger on Sun 24 Oct 2010 05:03 AM — 3 posts, 14,010 views.
Probably with COM, but don't ask me how exactly. :)
Depending on the browser, you can probably get a COM object pointing to it, and then send some sort of "SetUrl" command.
Depending on the browser, you can probably get a COM object pointing to it, and then send some sort of "SetUrl" command.
Thanks. Sounds like it is more trouble than it is worth.