📄 adshow.asp
字号:
<!--#include file="inc/conn.asp"-->
<%
call ConnectionDatabase
Set Rs=GrateRs("Select * from sms where id="&request("adid"),1)
if not Rs.eof then
%><style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;
SCROLLBAR-FACE-COLOR: #e8e7e7;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-3DLIGHT-COLOR: #cccccc;
SCROLLBAR-ARROW-COLOR: #03B7EC;
SCROLLBAR-TRACK-COLOR: #EFEFEF;
SCROLLBAR-DARKSHADOW-COLOR: #b2b2b2;
SCROLLBAR-BASE-COLOR: #000000;
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.unnamed1 {
border: 1px solid #999999;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
}
-->
</style>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr bgcolor="#FFFFFF">
<td width="19%" height="57" align="center">插入代码</td>
<td width="56%" height="57" align="center"><textarea name="textfield" cols="60" class="unnamed1"><script src="<%=SYStem_url%>AdOpen.asp?username=<%=Set_Usr_name%>&Adid=<%=Rs("id")%>&MyUserID=<%=Session("Usr_UserName")%>"></script></textarea></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="57" align="center">弹出代码</td>
<td height="57" align="center"><textarea name="textfield" cols="60" class="unnamed1"><script language="JavaScript" type="text/JavaScript">setTimeout("window.open('<%=SYStem_url%>AdOpen.asp?Action=popWindow&username=<%=Set_Usr_name%>&Adid=<%=Rs("id")%>&MyUserID=<%=Session("Usr_UserName")%>','mAdOpen','status=no,toolbar=no,scrollbars=no,resizable=no,location=no,width=<%=Rs("w")%>,height=<%=Rs("h")+10%>,left=10,top=0');",200)</script></textarea>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="31" align="center">框架代码</td>
<td height="31" align="center">
<textarea name="textfield" cols="60" class="unnamed1"><IFRAME id=iframe name=iframe marginWidth=0 marginHeight=0 src="<%=SYStem_url%>AdOpen.asp?Action=popWindow&username=<%=Set_Usr_name%>&Adid=<%=Rs("id")%>&MyUserID=<%=Session("Usr_UserName")%>" frameBorder=0 width=<%=Rs("w")%> scrolling=no height=<%=Rs("h")%>></IFRAME></textarea>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="57" colspan="2" align="center"><script src="AdOpen.asp?Adid=<%=Rs("id")%>&MyUserID=<%=Session("Usr_UserName")%>"></script></td>
</tr>
</table>
<%
end if
call DBConnEnd
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -