plug-in.asp

来自「1. 硬件环境:MS WINDOWS NT PACK 4 OR LATER /W」· ASP 代码 · 共 21 行

ASP
21
字号
<!--#include file="setup.asp" -->
<% Call Top
Call table()
Title=Request.QueryString("Title")
FileName=Request.QueryString("FileName")
Thername=Title&","&FileName
if instr(conn.execute("Select FunctionInfo from Functions where FunctionID=25")(0),Thername) = 0 Then Error 2,"参数非法传递!\n您的IP已被记录!",""
Response.Write("<style><!--	TABLE{BORDER-TOP:0px;BORDER-LEFT:0px;BORDER-BOTTOM:1px}TD{BORDER-RIGHT:0px;BORDER-TOP:0px}--></style><br>")

%>
	<table borderColor="#a4b6d7" cellSpacing="0" cellPadding="0" width="100%" border="1" style="border-left: 0px none; border-top: 0px none; border-bottom: 1px none; border-collapse:collapse">
	<tr><td height="25" background=images/title_sub.gif style="border-right: 0px none; border-top: 0px none"> 
	<b>&nbsp;■ <%= Community %> &nbsp;</b>社区娱乐</td>
	</tr></table>
	<TABLE borderColor=#a4b6d7 cellSpacing=0 cellPadding=3 width=100% border=1 style="border-collapse: collapse">
	<TR> 
	<TD  height=12 width="75%" >&nbsp;<img src="images/2.gif" width="60" height="9"><%= Title %></TD>
	</TR></TABLE><br>
	<IFRAME src="Plug-in/<%= FileName %>" frameBorder=0 width="100%" scrolling=no height=100%></IFRAME>

<% htmlend %>

⌨️ 快捷键说明

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