home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / zb / Notepad-1 / face.asp < prev    next >
Text File  |  2004-12-09  |  2KB  |  61 lines

  1. <!--#include file=conn.asp -->
  2. <!--#include file=const.asp -->
  3. <%
  4. connclose()
  5. %>
  6. <html>
  7. <head>
  8. <title>┴⌠╤╘▒╛═╖╧±</title>
  9. <META name="Author" content="─╛─±">
  10. <link rel="stylesheet" href="style/<%=skin%>.css" type="text/css">
  11. <script>
  12. window.focus()
  13. function chg(url)
  14. {
  15.     window.opener.document.form1.face.value=url;
  16.     window.opener.document.form1.faceImg.src=url;
  17. }
  18. </script>
  19. </head>
  20. <body>
  21. <table align=center width=95% class="table004" cellpadding=5><tr>
  22.     <td class=table003 align=center > ┴⌠╤╘▒╛ <b>═╖╧±</b> </td>
  23. <tr><td class="table001">
  24. <%
  25.  
  26. for i=1 to 9
  27.     response.write "<img src='face/m0"&i&".gif' border=0 onclick=""chg('face/m0"&i&".gif') "" style=cursor:hand> "
  28. next
  29. for i=10 to 33
  30.     response.write "<img src='face/m"&i&".gif' border=0 onclick=""chg('face/m"&i&".gif') "" style=cursor:hand> "
  31. next
  32. %>
  33. </td></tr>
  34.  
  35. <tr><td class="table001">
  36. <%
  37. for i=1 to 9
  38.     response.write "<img src='face/f0"&i&".gif' border=0 onclick=""chg('face/f0"&i&".gif') "" style=cursor:hand> "
  39. next
  40. for i=10 to 25
  41.     response.write "<img src='face/f"&i&".gif' border=0 onclick=""chg('face/f"&i&".gif') "" style=cursor:hand> "
  42. next
  43. %>
  44. </td></tr>
  45.  
  46. <tr><td class="table001">
  47. <%
  48. for i=1 to 9
  49.     response.write "<img src='face/c0"&i&".gif' border=0 onclick=""chg('face/c0"&i&".gif') "" style=cursor:hand> "
  50. next
  51. for i=10 to 13
  52.     response.write "<img src='face/c"&i&".gif' border=0 onclick=""chg('face/c"&i&".gif') "" style=cursor:hand> "
  53. next
  54. %>
  55. </td></tr>
  56.  
  57. </table>
  58. <br>
  59. <center class=jnfont5 ><font face=Tahoma><a href=../main.asp target=_blank>╝├─╧═¿╨┼╓░╥╡╖ó╒╣╨┼╧ó╞╜╠¿</a></font><center>
  60. </body>
  61. </html>