📄 cnclarge.asp
字号:
<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="<%=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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -