【发布时间】:2016-11-10 02:14:57
【问题描述】:
为什么在 HTML 电子邮件中发送时会起作用
<a href="http://someaddress.com/Employee_Survey/index.html" target="_blank">
但这不起作用,因为 <a> 标记已完全从代码中删除(使用 chrome 检查器检查时)?
<a href="file://10.10.1.101/Employee_Survey/index.html" target="_blank">
【问题讨论】:
-
定义
doesnt work -
@SimonHänisch 我将它用于 Intranet
-
@SimonHänisch —
file:方案确实支持远程文件:tools.ietf.org/html/…
标签: html protocols html-email network-protocols