show.asp

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

ASP
9
字号
<table width="760" height="100" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" style='cursor:hand' onclick=window.open('<%=piclink(12)%>','_blank')>
<%if lcase(right(picname(12),3))="swf" then%><embed src='adpic/<%=picname(12)%>' width=760 height=100 quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent' scale='noborder'></embed>
<%else%><img src=adpic/<%=picname(12)%> width=760 height=100 border=0>
<%end if%>
	</td>
  </tr>
</table>

⌨️ 快捷键说明

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