📄 email6.htm
字号:
<html>
<head>
<title>批量邮件发送</title>
<style type="text/css">
<!--
body { font-family: "宋体"; font-size: 9pt; margin-top: 0px; margin-left: 4px; margin-right: 0px}
A { COLOR: black; FONT-SIZE: 13px; FONT-WEIGHT: 400; TEXT-DECORATION: none }
A:hover { COLOR: red; FONT-SIZE: 13px; FONT-WEIGHT: 400; TEXT-DECORATION: underline }
a:active { font: 9pt "宋体"; cursor: hand; color: #FF0033 }
--></style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#fef4d9">
<br>
<br>
<center><font color=red face="隶书" size=6>批量邮件发送</font></center>
<br>
<center>
<table border=5 bordercolor=blue borderlight=green>
<tr><td align=center><font size=5 color=red face="Arial, Helvetica, sans-serif"><strong>下面框中为脚本显示区</strong></font></td></tr>
<tr><td align=center height=80><script language = "Javascript">
function mailer() {
email = document.use.runit.value
document.mailone.mail1.value = email
document.mailtwo.mail2.value = email
}
</script>
<center>
<form name = "use">
<textarea name = "runit" class="pt9" cols= "35" rows = "5">你只要改变发送邮件的主题和相应的E-mail地址即可。</textarea>
</form>
<form name = "mailone" method=post action="mailto:xiaoqinglu@263.net?subject=邮件主题" enctype = "text/plain" onClick="mailer()">
<input type = "hidden" name = "mail1">
<input type = "submit" value = "发到mail1" name="submit2" class="pt9">
</form>
<form name = "mailtwo" method=post action="mailto:javascript2000@china.com?subject=邮件主题" enctype = "text/plain" onClick="mailer()">
<input type = "hidden" name = "mail2">
<input type = "submit" value = "发到mail2" name="submit" class="pt9">
</form></center>
</td></tr></table></center>
<br>
<br>
<center>
<SCRIPT LANGUAGE="JavaScript">
<!-- hide
function goHist(a)
{
history.go(a);
}
//-->
</script>
<FORM METHOD="post">
<INPUT TYPE="button" VALUE="返回" onClick="goHist(-1)" style="background-color: #8000FF; color: rgb(255,255,255)">
</form>
</center>
<br>
<center>
<textarea name=source rows=12 cols=55 class=yk9>
脚本说明:
把如下代码加入<body>区域中:
<script language = "Javascript">
function mailer() {
email = document.use.runit.value
document.mailone.mail1.value = email
document.mailtwo.mail2.value = email
}
</script>
<center>
<form name = "use">
&lgt;textarea name = "runit" class="pt9" cols= "35" rows = "5"&rgt;你只要改变发送邮件的主题和相应的E-mail地址即可。 &lgt;/textarea&rgt;
</form>
<form name = "mailone" method=post action="mailto:xiaoqinglu@263.net?subject=邮件主题" enctype = "text/plain" onClick="mailer()">
<input type = "hidden" name = "mail1">
<input type = "submit" value = "发到mail1" name="submit2" class="pt9">
</form>
<form name = "mailtwo" method=post action="mailto:javascript2000@china.com?subject=邮件主题" enctype = "text/plain" onClick="mailer()">
<input type = "hidden" name = "mail2">
<input type = "submit" value = "发到mail2" name="submit" class="pt9">
</form></center>
</textarea>
<br>
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -