📄 qpic.asp
字号:
<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table align=center class="table004" cellpadding=5>
<tr>
<td class=table003 align=center > 风格写手贴图<b></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.myform.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>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -