I have an issue with Chrome. The web app sends a number of protocol handler calls to an application, installed on the clients computer, using a Iframe element.
<iframe src="myprotocol://guid"></iframe>
It works on Ie and Firefox. On chrome it works on the first call only. The second call requires the user to be active on the computer and working with Chrome.
Is there any way to accomplish this? maybe using a Chrome plug-in?