升级我的网站以适应 google chrome 和 firefox

发布于 2024-10-04 08:34:51 字数 222 浏览 0 评论 0原文

我正在使用 vb 在 asp.net 中编写一个网站,我需要对其进行升级,以便所有功能对于 google chrome 和 firefox 也都有效。

例如,我使用 System.Net.Mail 发送邮件。 通过 Internet Explorer 使用网站时发送邮件效果非常好,但在 Chrome 和 Firefox 中,邮件不会发送(收件人列表仍为空)。

我很想在这方面得到一些帮助, 谢谢。

I'm programming a web site in asp.net using vb, and I need to upgrade it so all of the functions will be active for google chrome and firefox as well.

For instance I'm using System.Net.Mail for sending mails.
Sending mails when using the website with internet explorer works perfectly fine, but in chrome and firefox the mails are not sent (the to list remains empty).

I would love to get some help about this,
Thank you.

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

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

发布评论

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

评论(1

云之铃。 2024-10-11 08:34:51

服务器端发送电子邮件与浏览器无关。

可能有某种原因导致应该提交表单的按钮 (?) 在 IE 以外的其他浏览器中不起作用。

您可能需要检查按钮上是否有一些无效的 javascript 或此类内容。

/米

Sending emails serverside has nothing to do with browsers.

There might be some reason why the button (?) that should submit the form isnt working in other browsers than IE.

You might need to check if you have some invalid javascript, or such on the button.

/M

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