我的热点可以在任何浏览器中使用,当我通过电子邮件发送时,热点就会停止工作。
我是否需要为电子邮件更改内容?
<img src="images/contact_40.jpg" alt="Contact" width="712" height="194" border="0" usemap="#Map" />
</td>
</tr>
</table>
<map name="Map" id="Map">
<area shape="rect" coords="305,100,455,115" href="mailto:info@bohleonline.com?subject=Newsletter Enquiry" target="_blank" />
<area shape="rect" coords="313,117,465,133" href="http://www.bohleonline.com" target="_blank" />
</map>
<map name="Map2" id="Map2">
<area shape="rect" coords="21,63,202,102" href="http://www.bohleonline.com/interpreting.php" target="_blank" />
<area shape="rect" coords="15,109,203,150" href="http://www.bohleonline.com/translation.php" target="_blank" />
<area shape="rect" coords="8,159,212,211" href="http://www.bohleonline.com/conference-equipment-hire.php" target="_blank" />
<area shape="rect" coords="12,223,231,267" href="http://www.bohleonline.com/conference-coordination.php" target="_blank" />
</map>
答案 0 :(得分:1)
大多数电子邮件客户端出于各种原因阻止呈现图片(电子邮件确认收集为一) - 在您的情况下,特定电子邮件客户端(例如GMail)似乎也会阻止“图像映射”中的链接同样。简单的解决方案是使用可能无法呈现的标准锚标记,但将作为断开的链接包含在电子邮件中。
此外,我建议不要使用mailto:标签,因为这只适用于用户安装了电子邮件客户端(更重要的是实际配置了它)。将用户指向应该具有服务器端处理表单的联系页面。