qpic.asp

来自「用asp和access做的一个文学管理网站」· ASP 代码 · 共 32 行

ASP
32
字号
<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 + =
减小字号Ctrl + -
显示快捷键?