📄 refuse.html
字号:
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-8">
<TITLE>WebEasyMail</TITLE>
<link href="/css/css.css" rel="stylesheet" type="text/css">
</HEAD>
<SCRIPT LANGUAGE=javascript>
<!--
function del() {
if (ischeck() == true)
{
f1.mode.value = "del";
f1.submit();
}
}
function add() {
f1.mode.value = "add";
f1.submit();
}
function save() {
f1.mode.value = "save";
f1.submit();
}
function ischeck() {
var i = 0;
var theObj;
for(; i<1; i++)
{
theObj = eval("f1.check" + i);
if (theObj != null)
if (theObj.checked == true)
return true;
}
return false;
}
//-->
</SCRIPT>
<BODY leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" >
<div style="overflow: auto;height:100%;width:100%;">
<table width="100%" height="5%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="11" height="11" > </td>
<td > </td>
</tr>
</table>
<table width="100%" height="95%" border="0" cellpadding="0" cellspacing="0" bgcolor="ECF4F5">
<tr>
<td valign="top">
<FORM ACTION="saveuserkill.asp" METHOD="POST" NAME="f1">
<input type="hidden" name="mode"><br>
<table width="90%" border="0" align="center" cellspacing="0" bgcolor="#EFF7FF" style='border-top:1px #8CA5B5 solid;'>
<tr>
<td colspan="2" height="28">
<input type="checkbox" name="checkrej" >
启用邮件拒收功能</td>
</tr>
</table><br>
<table width="90%" border="0" align="center" cellspacing="0" bgcolor="#EFF7FF" style='border-top:1px #8CA5B5 solid;'>
<tr bgcolor="#dbeaf5" style='border:1px #8CA5B5 solid;font-size: 9pt;'>
<td colspan="2" height="28" style="border-bottom:1px #8CA5B5 solid;">
<div align="center"><font class="s" color="#104A7B"><b>用户拒收邮件地址</b></font></div>
</td>
</tr>
<tr><td width='9%' height='25' align='center' style='border-bottom:1px #8CA5B5 solid;'><input type='checkbox' name='check0'></td><td width='91%' style='border-bottom:1px #8CA5B5 solid;'><input name='kill0' type='text' value='4jhgdygygssru@hsgyg.como' size='70' maxlength='64' class='textbox'></td></tr>
<tr>
<td colspan="2" align="right" bgcolor="#ffffff">
<br>
<input type="button" value=" 添加 " onClick="javascript:add()" class="Bsbttn">
<input type="button" value=" 删除 " onClick="javascript:del()" class="Bsbttn">
<input type="button" value=" 保存 " onClick="javascript:save()" class="Bsbttn">
<input type="button" value=" 取消 " onClick="javascript:location.href='viewmailbox.asp?GRSN=4325983';" class="Bsbttn">
</td>
</tr>
</table>
<br><br><br>
<div align="center">
<table width="90%" border="0" align="center" cellspacing="0" bgcolor="#EFF7FF" style='border-top:1px #8CA5B5 solid;'>
<tr>
<td colspan="2" height="10">
</td>
</tr>
<tr>
<td width="8%" valign="top"><font color="#FF3333"> *注: </font></td>
<td width="92%">启用邮件拒收功能后, 您将可拒收来自指定邮件地址的邮件. 支持通配符方式. (*: 任意长度的任何内容. ?: 一个字符的任何内容.)
</td>
</tr>
<tr>
<td colspan="2" height="10">
</td>
</tr>
</table>
</div>
</FORM>
<br>
</td>
</tr>
</table>
</div>
</BODY>
</HTML>
#if($msg)
<script> alert('$!msg');</script>
#end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -