home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / zb / Notepad-1 / Qpic.asp < prev    next >
Text File  |  2004-12-09  |  910b  |  33 lines

  1. <!--#include file=conn.asp -->
  2. <!--#include file=const.asp -->
  3. <% connClose() %>
  4. <html>
  5. <head>
  6. <title>┴⌠╤╘▒╛Q╠√═╝</title>
  7. <META name="Author" content="─╛─±">
  8. <link rel="stylesheet" href="style/<%=skin%>.css" type="text/css">
  9. <script>window.focus()</script>
  10. </head>
  11. <body>
  12. <table align=center class="table004" cellpadding=5><tr><td class=table003 align=center >
  13. ╤╘▒╛ <b>Q╠√═╝</b>
  14. </td><tr><td class="table001">
  15. <%
  16. dim num,path
  17. num=request.querystring("num")
  18. path=request.querystring("path")
  19.  
  20. for i=1 to num
  21.     response.write "<img src='"&path&"/"&i&".gif' border=0 onclick=""window.opener.document.form1.nei.value+='[img]"&path&"/"&i&".gif[/img]' "" style=cursor:hand> "
  22.     if i mod 7 =0 then
  23.         response.write "<br>"
  24.     end if
  25. next
  26.  
  27.  
  28. %>
  29. </td></tr></table>
  30. <br>
  31. <center class=jnfont5 ><font face=Tahoma><a href=../main.asp target=_blank>╫═▓⌐╞°╧≤╨┼╧ó═°</a></font><center>
  32. </body>
  33. </html>