我正在嘗試向我公司的新即將推出的網站添加功能。點擊電子郵件地址時的彈出式郵件表
我們目前在該公司有9個人,每個人都有自己的電子郵件地址,我想添加的是彈出式窗口內的彈出式窗口功能。但是,這種扭曲是因爲當一個外部的人點擊一個電子郵件地址時,該人直接寫到該人(在公司內部)的電子郵件地址(這是否有意義?)。
我已經做了JSFiddle,只是舉個例子
下面是代碼的預覽太:
<table border="1" align="center">
<tbody>
<tr>
<td width="100px" height="100px">Picture</td>
<td width="100px" height="100px">Picture</td>
<td width="100px" height="100px">Picture</td>
</tr>
<tr>
<td height="50px">CEO<br />E-mail: <a href="mailto:[email protected]">Test-mail</a><br />Unique popup-emailform</td>
<td height="50px">Sales<br />E-mail: <a href="mailto:[email protected]">Test-mail</a><br />Unique popup-emailform</td>
<td height="50px">Sales<br />E-mail: <a href="mailto:[email protected]">Test-mail</a><br />Unique popup-emailform</td>
</tr>
<tr>
<td width="100px" height="100px">Picture</td>
<td width="100px" height="100px">Picture</td>
<td width="100px" height="100px">Picture</td>
</tr>
<tr>
<td height="50px">Sales<br />E-mail: <a href="mailto:[email protected]">Test-mail</a><br />Unique popup-emailform</td>
<td height="50px">Sales<br />E-mail: <a href="mailto:[email protected]">Test-mail</a><br />Unique popup-emailform</td>
<td height="50px">Driver<br />E-mail: <a href="mailto:[email protected]">Test-mail</a><br />Unique popup-emailform</td>
</tr>
<tr>
<td width="100px" height="100px">Picture</td>
<td width="100px" height="100px">Picture</td>
<td width="100px" height="100px">Picture</td>
</tr>
<tr>
<td height="50px">Driver<br />E-mail: <a href="mailto:[email protected]">Test-mail</a><br />Unique popup-emailform</td>
<td height="50px">IT<br />E-mail: <a href="mailto:[email protected]">Test-mail</a><br />Unique popup-emailform</td>
<td height="50px">IT<br />E-mail: <a href="mailto:[email protected]">Test-mail</a><br />Unique popup-emailform</td>
</tr>
</tbody>
</table>
你開始對隨後彈出的代碼?如果是這樣,請分享 – Lodder