⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setting.html

📁 一个实现邮件收发功能的客户端程序
💻 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 doSave()
{
	if(EditForm.autoForward.checked)
	{
	if(EditForm.autoForwardTo.value=="")
	{
	alert("请输入要转发的邮箱!");
	EditForm.autoForwardTo.focus();
	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" >&nbsp;</td>
    <td >&nbsp;</td>
  </tr>
</table>
<table width="100%" height="95%"  border="0" cellpadding="0" cellspacing="0" bgcolor="ECF4F5">
 <tr>
    <td valign="top">
<FORM  name="EditForm" METHOD="POST" ACTION="/config.ejf">
<input type="hidden" name="easyJWebCommand" value="setting">
<input type="hidden" name="subCommand" value="change"><br><br><br>
  <table width="95%" 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 width="33%" height="28" nowrap style="border-left:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid; border-bottom:1px #8CA5B5 solid;">
&nbsp;
<input name="autoForward" type="checkbox" value="1" id="autoForward" #if($autoForward)checked #end>        
启用自动转发功能</td>
      <td width="22%" style="border-right:1px #8CA5B5 solid; border-bottom:1px #8CA5B5 solid;">
        &nbsp;<input type="checkbox" name="checklocalsave" >
        本地保存</td>
      <td width="45%" style="border-right:1px #8CA5B5 solid; border-bottom:1px #8CA5B5 solid;">
        自动转发至: <input name="autoForwardTo" type="text" class="textbox" id="autoForwardTo" value="$!autoForwardTo" size="20" maxlength="64">
        </td>
    </tr>
	<!--
  <tr bgcolor="#dbeaf5" style='border:1px #8CA5B5 solid;font-size: 9pt;'>
      <td width="62%" colspan="3" height="28" nowrap style="border-left:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid; border-bottom:1px #8CA5B5 solid;">
        &nbsp;<input type="checkbox" name="checkauto" >
        启用自动回复功能</td>
    </tr>-->
	 
  </table>
  <!--
  <br>  <table width="95%" 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="30" style="border-left:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid; border-bottom:1px #8CA5B5 solid;">
        <div align="center"><font class="s" color="#104A7B"><b>自动回复邮件设置</b></font></div>      </td>
    </tr>
    <tr>
      <td width="15%" height="28"> 
        <div align="right"><font class="s" color="#104A7B"><b>主 题&nbsp;:&nbsp;</b></font></div>      </td>
      <td> 
        <input name="subject" type="text" size="60" value="Auto-Responses" class="textbox">        </td>
    </tr>
    <tr>
      <td colspan="2"> 
        <div align="center"> 
          <textarea name="text" cols="72" rows="8" class="textarea"></textarea>
          </div><br>      </td>
    </tr>   
  </table>-->

  <table width="95%" align="center">
   <tr> 
      <td colspan="2" align="center" bgcolor="#ffffff">
          <br>
	      <input name="提交" type="submit" class="Bsbttn" onClick="return doSave()" value=" 保存 " LANGUAGE=javascript>
	      &nbsp;&nbsp;
	<input type="button" value=" 取消 " onClick="javascript:location.href='viewmailbox.asp?GRSN=4585230';" class="Bsbttn">      </td>
    </tr>
	</table>
  </FORM>
</td>
  </tr>
</table>
</div>
</BODY>
</HTML>
#if($msg)
<script> alert('$!msg');</script>
#end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -