📄 code.asp
字号:
<!--#Include file="../../Common/Inc_DatConn.asp"-->
<!--#Include file="../Common/Inc_Config.asp"-->
<!--#Include file="../../Common/Inc_Function.asp"-->
<!--#Include file="../Common/Inc_Function.asp"-->
<%
'┌─ 风云ASP在线 ────────────────────────┐
'│ │
'│ 作者:赵振波. http://www.fyasp.com │
'│ │
'│ Q Q:185623333 │
'│ │
'│ Email:fy96@163.com │
'│ │
'│ 程序定做,系统开发,网站制作,提供高质量的网络产品、技术和服务!│
'│ │
'│【版权声明】 │
'│ │
'│ 本程序版权归坐看风云所有,未经授权擅自修改、复制或散布本程序│
'│ │
'│的部分或全部,将承受严厉的民事和刑事处罚,对已知的违反者将给予法 │
'│ │
'│律范围内的全面制裁。对非法使用此程序所造成的一切后果本人概不负责!│
'│ │
'└─────────────────── http://www.fyasp.com ──┘
strml="../"
%>
<%if IsTimeOut(Session("strAccount"),Session("strPassWord")) then Response.Redirect "index.asp"%>
<html>
<head>
<title><% = strSiteName%> - 网站后台管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../Common/Site.css" type="text/css">
</head>
<body leftMargin="0" topMargin="2">
<!--#Include file="../Common/inc_Top.asp"-->
<table width="750" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="105" valign="top" style="border-left: 1px solid rgb(0,0,0); border-right: 1px solid rgb(0,0,0)" class="bottom"><br>
<!--#Include file="../Common/Inc_Button.asp"-->
</td>
<td valign="top" style="border-right: 1px solid rgb(0,0,0)" align="center"><br>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="88%">
<TR>
<TD width="100%" valign="top">
<%
softurl=Request.Servervariables("server_name")
softurl=softurl&gqml
%>
<%
Set rs=nothing
conn.close
Set conn=nothing
%>
<div align="center">
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#9BB375">
<tr>
<td height="28" align="center" bgcolor="#9BB375"><DIV class="bar2">
<div align="left"><span class="style1"><span style="font-size: 9pt"><font size="2"> </font>广告代码示例</span></span></div>
</div></td>
</tr>
<tr>
<td height="250" align="center" bgcolor="#FFFFFF"> 纯JS文件(需要使用“生成JS”功能后才可使用)<br>
<br>
<textarea name="S1" cols="80" rows="6" class="face"><!--广告代码开始-->
<script src="http://<%=softurl%>ad/js/广告名称.js"></script>
<!--广告代码结束-->
</textarea>
<br>
<br>
JS代码(ASP调用方式)<br>
<br>
<textarea name="textarea" cols="80" rows="6" class="face"><!--广告代码开始-->
<script src="http://<%=softurl%>ad/js/ad.asp?adid=广告名称"></script>
<!--广告代码结束-->
</textarea></td>
</tr>
<tr>
<td height="80" bgcolor="#FFFFFF"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>将上面代码的“广告名称”更改成,相应广告的ID。<br>
*推荐! 纯JS文件代码,不需要服务器执行,速度第一。缺点不统计显示次数。<br>
*对于普通固定显示的图片/FLASH广告,将上面的代码复制到要显示广告的位置。<br>
*对于其他类型广告复制到显示页面的任意位置即可。</td>
</tr>
</table></td>
</tr>
</table>
</div>
</TD>
</TR>
<TR>
<TD height=1 width="100%"></TD>
</TR>
</TABLE>
</td>
</tr>
<!--#Include file="../Common/Inc_Bottom.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -