开发者

Mailto links are not working in Chrome

Mailto links are not working at all in Chrome (8.0.552.224).

These link开发者_StackOverflows are working in IE 7&8, Safari, and Firefox.

In Chrome, we are clicking on mailto links (we have tested this about 25 times now), and things just go into the ether.

In all other browsers, we click on the mailto links, they open up email clients (gmail, outlook, and others), and we can send the email.

But in Chrome, we click the mailto links and nothing happens...


mailto: links work on chrome, however it won't open a new window with all of the information ready to type up an email unless the user have the plugin that allows for it. If you want to test that the link is working go to your page and right click, you should have an option to copy the email address. Or you can install the plugin Chromemailer.

Update: I'm not sure when, but Google has implemented an update that now opens a window to gmail when you select a "mailto:" link. (presumably only if you are logged into gmail)


It works for me as well:

var url:String="mailto:xxx@yyy.zz?subject=subject?body=message"
navigateToURL(new URLRequest(url),"_blank");
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜