large.asp

来自「飞天论坛FTBBS PHP版 v4.1.ASP源代码」· ASP 代码 · 共 23 行

ASP
23
字号
<html><head>
<meta http-equiv="Content-type" content="text/html; charset=gb2312">
<title>生活网广告</title>
</head>
<%
url=request.querystring("url")
img=request.querystring("img")
flash=request.querystring("flash")
width=request.querystring("width")
height=request.querystring("height")
%>
<body bgcolor=#ffffff topmargin=0 marginheight=0 leftmargin=0 marginwidth=0>
<center>
<%if img<>"" then%>
  <a href=/kingstone/configseting/ad/adcount.asp?district=a&pos=6&url=<%=url%> target=_blank><img src=<%=img%> width=<%=width%> height=<%=height%> border=0></a> 
<%elseif flash<>"" then%>
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="<%=width%>" height="<%=height%>">
    <param name="movie" value="<%=flash%>">
    <param name="quality" value="high">
    <embed src="<%=flash%>" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="<%=width%>" height="<%=height%>"></embed></object>
<%end if%> 
</center>
</body></html>

⌨️ 快捷键说明

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