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