有誰知道如何在 Internet Explorer 8/9 中新增或變更預設電子郵件用戶端?我希望使用 Gmail 打開 mailto 鏈接,就像 Firefox 的功能一樣。
答案1
AFAIK 這不容易完成。你可以將它設定為一個程式並使用gmail,或者使用像這樣的reghack http://www.questionbin.com/blogcomment/How-to-set-Gmail-as-your-default-client-in-Windows.html
IE 可能也有插件可以做到這一點,但它們的插件很少而且很糟糕。
答案2
在 Firefox 中,進入 Gmail,然後在瀏覽器列中輸入:
javascript:window.navigator.registerProtocolHandler("mailto","https://mail.google.com/mail/?extsrc=mailto&url=%s","Gmail")
這將使 Gmail 成為 Firefox 中的預設設定。