function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
chessbasechessbase 

Controlling the browser type that pops up from the custom link.

I am working on integrating an application to salesforce. The entry point to the application is through a link on the opportunity page. The problem is that this application only works with IE. When a user on firefox clicks on the link, is there way to have the pop up page open using IE?
SteveBowerSteveBower
If Firefox is your default browser, you're normally stuck with that assignment.  However using a Firefox extensions, you can get around this.

One good extension is IE Tab which allows you to open an IE window as a Firefox tab.

The one called IE View Lite can designate a page to always be opened using Internet Explorer.

A link to the IE View Lite extension is:  https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&category=Developer%20Tools&numpg=10&id=1429

Hope it helps, Steve Bower