Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I am using IE browser and I have a link button in my asp page.On button click I want t new window should be opened in chrome only..Plz help How can I


Thanx.. in advance
Posted

Hi
Its a late reply, but can be helpful for many who will be coming here - now or future.

Refer : http://blogs.msdn.com/b/asiatech/archive/2011/12/05/how-to-develop-and-deploy-activex-control-in-c.aspx[^]

Here they have created an ActiveX control and embedded in HTML, that will do one time installation in IE (admin) mode and can open the URL in IE from chrome.

For Non-admin mode IE -
refer : http://blogs.msdn.com/b/askie/archive/2012/09/27/guidlines-on-implementing-activex-installer-service-axis.aspx[^]

Thanks
Riju
 
Share this answer
 
Comments
Anupam Singh_ 31-May-14 5:16am    
thank you Riju. yes hope it will help many developers.
Its not possible. You have to make Google Chrome as default browser.
Or you can add Chrome Frame in your Asp.Net page for Chrome's features.

http://code.google.com/chrome/chromeframe/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900