pop.asp

来自「一个综合类整站」· ASP 代码 · 共 13 行

ASP
13
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>弹出广告</title>
</head>
<body leftmargin="0" topmargin="0">
<%picname=request("picname")%>
<div style='position: absolute;cursor:hand' onclick=window.open('<%=request("piclink")%>','_blank')>
<%if lcase(right(picname,3))="swf" then%><embed src='../adpic/<%=picname%>' width=400 height=300 quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent' scale='noborder'></embed><%else%><img src=../adpic/<%=picname%> width=400 height=300 border=0><%end if%>
</div> 
</body>
</html>

⌨️ 快捷键说明

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