Issuing a browser command, without opening a browser
I am trying to connect my Access database to a VoIP phone system (and get it to dial).
The phone system (3CX) has the ability to take commands via a browser and it works really well (send a hyperlink, phone dials). However, each time I dail a number, it opens a new browser window, meaning that if I need to make 50 calls, I'll have 50 browswer windows opened.
Is it possible to issue a browser based command without openning IE, Chrome etc?
Thank you.
However, I'm really trying to avoid additional third party products as we will need to roll this out to multiple users on multiple sites.
Scott McDaniel (EE MVE )
Fiddler is a neat tool, but I don't think it's going to help you with this.
How are you opening it now? Are you using something like FollowHyperlink?
If so, show the full code that you're using (with any sensitive data removed, of course).
IIRC, FollowHyperlink will always perform the default action, which in the case of a URL would be to open the default browser, and launch the URL.
You could include a hidden webbrowser control on your form, and then set the .Navigate property of that to your VOIP URL.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
Fiddle2 Can send Commands like a browser.
Selvol