📄 flysheet.asp
字号:
<!--#include file="passinc.asp" -->
<%
if isadmin() = false then
response.redirect "noadmin.asp"
end if
dim eam
set eam = server.createobject("easymail.AdminManager")
eam.Load
issave = trim(Request("issave"))
if issave = "1" then
eam.FlySheet = trim(Request("message"))
eam.Save
set eam = nothing
response.redirect "ok.asp?" & getGRSN() & "&gourl=flysheet.asp"
end if
%>
<html>
<head>
<title>Corp.Email</title>
<LINK href="images\hwem.css" rel=stylesheet>
</head>
<SCRIPT LANGUAGE=javascript>
<!--
function save_onclick() {
f1.submit();
}
//-->
</SCRIPT>
<body>
<br>
<br>
<form method="post" action="flysheet.asp" name="f1">
<input type="hidden" name="issave" value="1">
<table width="90%" border="0" align="center" cellspacing="0" bgcolor="#EFF7FF">
<tr bgcolor="#dbeaf5">
<td height="28" style="border-bottom:1px #8CA5B5 solid; border-top:1px #8CA5B5 solid; border-left:1px #8CA5B5 solid; border-right:1px #8CA5B5 solid;"><p align="center"><font class="s" color="#104A7B"><b>Advertisement</b></font></td>
</tr>
<tr>
<td height="10">
</td></tr>
<tr>
<tr>
<td align="center">
<textarea cols="63" rows="11" wrap="soft" name="message" class="textbox">
<%
t = eam.FlySheet
response.write t
%></textarea>
</td>
</tr>
<tr>
<td height="20">
</td></tr>
<tr>
<tr>
<td height="20" align="right">
<INPUT type="button" value=" Save " LANGUAGE=javascript onclick="save_onclick()" class="Bsbttn">
<INPUT type="reset" value=" Reset " class="Bsbttn">
<input type="button" value="Cancel" onclick="javascript:location.href='right.asp?<%=getGRSN() %>';" class="Bsbttn">
</td></tr>
<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"> *Note: </font></td>
<td width="92%">The advertisement will be appended at the end of each mail sent through the browser.<br>
</td>
</tr>
<tr>
<td colspan="2" height="10">
</td>
</tr>
</table>
</div>
</FORM>
<br>
</body>
</html>
<%
set eam = nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -