?? qpic.asp
字號:
<!--#include file=conn.asp -->
<!--#include file=const.asp -->
<% connClose() %>
<html>
<head>
<title>9seek留言本Q帖圖</title>
<META name="Author" content="木鳥">
<link rel="stylesheet" href="style/<%=skin%>.css" type="text/css">
<script>window.focus()</script>
</head>
<body>
<table align=center class="table004" cellpadding=5><tr><td class=table003 align=center >
9seek 留言本 <b>Q帖圖</b>
</td><tr><td class="table001">
<%
dim i,num,path
num=request.querystring("num")
path=request.querystring("path")
for i=1 to num
response.write "<img src='"&path&"/"&i&".gif' border=0 onclick=""window.opener.document.form1.nei.value+='[img]"&path&"/"&i&".gif[/img]' "" style=cursor:hand> "
if i mod 7 =0 then
response.write "<br>"
end if
next
%>
</td></tr></table>
<br>
<center class=jnfont5 ><font face=Tahoma><a href=http://www.9seek.com/ target=_blank>9seek留言本</a></font><center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -