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

📄 ly.asp

📁 Art2008 CMS是一款具有强大的功能的基于ASP语言的网站管理软件
💻 ASP
字号:
<!--#include file = admin_conn.asp -->
<!--#include file = admin/titleb.asp -->
<head>
<title>查看留言</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE type="text/css">
<!--
a:link       {text-decoration: none; font-family: AdobeSm; color: #000000 }
a:visited    {text-decoration: none; color: #000000 }
A:hover      {COLOR: green; FONT-FAMILY: "宋体,MingLiU"; TEXT-DECORATION: underline}
body         {font-size: 9pt; font-family: 宋体,MingLiU, Arial;color: #000000}
TD           {FONT-SIZE: 9pt; FONT-FAMILY: "宋体,MingLiU, Arial";color: #000000;table-layout:fixed;word-break:break-all}
p            {FONT-SIZE: 9pt; FONT-FAMILY: "宋体,MingLiU, Arial";color: #000000}
input        {FONT-SIZE: 9pt; FONT-FAMILY: "宋体,MingLiU, Arial";color: #000000}
body         {margin-top: 0; margin-bottom: 0;margin-left:0;margin-right:0; color: #000000}
select       {FONT-SIZE: 9PT;}
option       {FONT-SIZE: 9pt;}
textarea     {FONT-SIZE: 9pt;}
body         {
	margin-top: 0;
	margin-bottom: 0;
	margin-left:0;
	margin-right:0;
	color: #000000;
	background-image: url();
	background-color: #F4F4F4;
}
.ly_iframe {HEIGHT: 92%; VISIBILITY: inherit; WIDTH:100%; Z-INDEX: 1}
-->
</STYLE>
<link rel="stylesheet" type="text/css" href="Css.css">


<body >
<%
root_path=finddir(request.servervariables("URL"))
top=replace(config("top"),"$$网站目录$$",root_path)
down=replace(config("down"),"$$网站目录$$",root_path)

Response.Write top
%>
<table width="940" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#E5E5E5" bgcolor="#FFFFFF" style="border-collapse: collapse">
  
  
  <TR>
    <TD bgColor=#E6E6FF height=25><IMG src="images/TEAM.gif" width="16" height="16" 
      align=absMiddle><B>&nbsp;留言主题:</B><FONT 
      color=red>(留言内容只代表网友观点)</FONT></TD>
  </TR>
  
  <tr>
  <td align="center" height="700"><iframe frameborder=0 id=frmright name=main scrolling=yes src="gly.asp" class="ly_iframe"></iframe></td>
</tr>  
</table>
<%

Response.Write down

%>

⌨️ 快捷键说明

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