gg_pop.asp

来自「全新后台新闻编辑器 2.全新后台下载编辑器 3.增加图片友情链接管理功能」· ASP 代码 · 共 50 行

ASP
50
字号
<!--#include file="Inc/syscode.asp" -->
<!--#include file="Inc/Top.asp"-->
<!--#include file="Inc/Eshopcode.asp"-->
<%
function cutstr(tempstr,tempwid)
if len(tempstr)>tempwid then
cutstr=left(tempstr,tempwid)&"..."
else
cutstr=tempstr
end if
end function%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>广告服务</title>
<style type="text/css">
<!--
.unnamed1 {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>
</head>

<body>
<table width="300" border="0" cellpadding="0" cellspacing="5" bgcolor="#FFCC66">
  <tr>
    <td height="30" align="center" bgcolor="#FFCC00" class="unnamed1">※※广告服务※※</td>
  </tr>
  <tr>
    <td height="190" align="center" valign="bottom" bgcolor="#FFFFFF"><table width="93%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="175" align="left" valign="top"><SPAN 
                        class=unnamed1><%=guanggao%></SPAN></td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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