Windows 小工具 mailto:链接不起作用

发布于 2024-09-27 20:05:37 字数 869 浏览 5 评论 0原文

我正在创建一个 Windows 小工具,但发现我的 mailto 链接根本不起作用。我还有其他完美工作的链接,例如:

<a href="http://www.yahoo.com" target="new">Yahoo</a>

但是当我这样做时,它没有做任何事情

<a href="mailto:[email protected]">[email protected]</a>

,或者我也尝试过这个

<a href="mailto:[email protected]" target="new">[email protected]</a>

有什么想法吗?

I'm creating a Windows Gadget and have found that my mailto links are not working at all. I have other links that work perfectly like:

<a href="http://www.yahoo.com" target="new">Yahoo</a>

But when I do this, it doesn't do anything

<a href="mailto:[email protected]">[email protected]</a>

or I also tried this

<a href="mailto:[email protected]" target="new">[email protected]</a>

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甲如呢乙后呢 2024-10-04 20:05:37

mailto: 协议在运行 Windows 7 和 MS Outlook 的小工具中运行良好,在我设置电子邮件帐户后,它也可以在我的 Windows Vista 虚拟机上运行 使用 Windows Live Mail。

我会确保您已在正在测试的计算机上设置了电子邮件帐户。

The mailto: protocol works fine for me in a gadget running on Windows 7 with MS Outlook, and it also worked on my Windows Vista virtual machine after I had set up an email account with Windows Live Mail.

I would ensure that you have set up an email account on the machine you're testing with.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文