📄 inbox2.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="chklogin.asp"-->
<%
RecordID = CInt(Request.QueryString("RecordID"))
sql = "Select * From mailrecord Where ID="&RecordID
rs.Open sql,Conn,1,1
MailSubject = rs ("MailSubject")
MailBody = rs ("MailBody")
rs.Close
Set rs = nothing
Conn.Close
Set Conn = nothing
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><% = SiteTitle %></title>
<style type="text/css" media="Screen">
/*\*/@import url("../css/layout-6-master.css");/**/
</style>
</head>
<body topmargin="0" leftmargin="0">
<div align="center">
<table border="0" cellpadding="5" cellspacing="0" width="760" id="table1">
<tr>
<td width="100%" height="30" align="center"><script type="text/javascript"><!--
google_ad_client = "pub-0036742873551176";
/* 728x90, 创建于 08-3-19 */
google_ad_slot = "6469274097";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
</tr>
<tr>
<td width="100%" height="30" align="center"><% = MailSubject %></td>
</tr>
<tr>
<td width="100%" height="30" align="center"></td>
</tr>
<tr>
<td width="100%"><% = MailBody %></td>
</tr>
<tr>
<td width="100%" height="30" align="center"><script type="text/javascript"><!--
google_ad_client = "pub-0036742873551176";
/* 728x90, 创建于 08-3-19 */
google_ad_slot = "6469274097";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
</tr>
</table>
</div>
<p align="center"><a onClick="window.close( )" HREF="#">关闭</a></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -