⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 allface.asp

📁 进入后台
💻 ASP
字号:
<!--#include file="config.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!--#include file="head.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="css.css" type=text/css rel=stylesheet>
<title><%=Sitename%></title>
<script>
function selectpic(pic){
opener.document.userreg.faceimg.src="skins/1/face/"+pic
opener.document.userreg.face.value=pic
opener.document.userreg.Form_FaceWidth.value='80'
opener.document.userreg.Form_FaceHeight.value='80'
opener.document.userreg.Form_FaceUrl.value="face/"+pic
self.close()
}
</script>
</head>
<body>
<%call sitehead%>
<table width="760"  border="0" align="center" cellpadding="0" cellspacing="0" class="border">
  <tr>
    <td height="25">  <img src="skins/1/xb3.gif">&nbsp;当前位置:<a href="index.asp">首页</a> &gt;&gt; 新用户注册 </td>
  </tr>
</table>
      <table width="760"  border="0" align="center" cellpadding="0" cellspacing="0" class="border">
        <tr>
          <td height="291" valign="top"><br><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                <tr>
				<%i=1
				for i=1 to 30%>
                  <td width="85" align=center height="140"><img src="skins/1/Face/<%=i%>.gif" onClick="selectpic('<%=i%>.gif')"><br>
                  <%=i%>.gif</td>
				  <%if i mod 8 =0 then response.write "</tr><tr>"
				  next%>
                </tr>
              </table></td>
  </tr>
</table>
<%sitebottom%>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -