ad.asp
来自「此聊天室程序可运行在任何支持ASP的Web服务器中」· ASP 代码 · 共 29 行
ASP
29 行
<!--#INCLUDE FILE="inc_config.asp" -->
<html>
<head>
<title>广告位置</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body { font-size: 10.4pt }
td { font-size: 10.4pt }
-->
</style>
</head>
<body bgcolor="<%=m_bg2%>" text="<%=m_text2%>" style="margin:0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="30">
<tr align="center" valign="bottom">
<td><%=r_adcontent%></td>
</tr>
<tr bgcolor="<%=m_bg1%>">
<td height="1"></td>
</tr>
</table>
<script language="javascript">
<!--
alert("ASP聊天室,未注册版本,如满意,请您注册!");
-->
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?