Force Link To Open In Chrome
I have a HTML file on my server with a link to it from outlook. Is there a way in HTML or Javascript to force the page to always open in Chrome. I know the systems have Chrome ins
Solution 1:
Double clicking your file will automatically open it in your default browser. If you'd like it to open in Google Chrome you need to set Chrome as your default browser. I don't know of a way in HTML/Javascript.
Solution 2:
well holding the shift key down and clicking on the link may do the trick assuming chrome is your default browser
Post a Comment for "Force Link To Open In Chrome"