?? 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 + -