1、下载文章底部 abookpop.zip 文件,解压后将 abookpop.html 放到extmail/html/default目录下!
2、修改 compose.html 文件。
- <tr id=trto>
- <td align=right style=width:80><span class=“bold”>
- <%to%>:
改为:
- <tr id=trto>
- <td align=right style=width:80><span class=“bold”>
- <a href=“javascript:selectAdd()”><%to%></a>:
在 function rfc822_sanity() { 的前面加入以下代码:
- function selectAdd() {
- var remote = null;
- remote = window.open(“/extmail/cgi/globabook.cgi?show_all=1&screen=abookpop.html”, “”, “top=80; left=150; height=345,width=496,scrollbars=yes,resizable=yes,status=no,toolbar=no,menubar=no,location=no“);
- }
3、在全局通讯录增加联系人,写邮件时点击收件人,就弹出全局通讯录联系人地址薄~
原创文章,作者:wwh,如若转载,请注明出处:https://www.wuwenhui.cn/2675.html
评论列表(2条)
这么高科技。。
学习了·········