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

📄 picture.asp

📁 大家好
💻 ASP
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>开心聊天室</title>
<style type="text/css">
<!--
.Button {  border-color: #CCFFCC #00FF00 #00FF00 #CCFFCC; background-color: #00FFCC; cursor: hand; color: #FF00FF; font-family: "楷体_GB2312"; font-size: 12pt; font-style: italic; border-style: solid; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}
-->
</style>
<script>
function changepic(PicID){
//document.write (document.forms[0].picno1.);
window.opener.UserPic.innerHTML="<img src='images/pic/"+PicID+".gif'>";
window.opener.document.forms[0].PicURL.value=PicID;
}
</script>
</head>
<body>
<form method="POST">
<input type=hidden name="pic" value=08>
<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="450">
    <tr>
    <%for j=1 To 9%>
      <td align="center"><input type="radio" name="PicNo" value="0<%=j%>" onclick="changepic('0<%=j%>');"><img border="0" src="images/pic/0<%=j%>.gif" width="16" height="16"></td>
    <%Next%>
      <td align="center"><input type="radio" name="PicNo" value="10" onclick="changepic('10');"><img border="0" src="images/pic/10.gif" width="16" height="16"></td>
    </tr>
<%for I=1 to 5%>
    <tr>
    <%for j=I*10+1 To (I+1)*10%>
      <td align="center"><input type="radio" name="PicNo" value="<%=j%>" onclick="changepic('<%=j%>');"><img border="0" src="images/pic/<%=j%>.gif" width="16" height="16"></td>
    <%Next%>
    </tr>
<%Next%>
  </table>
  </center>
</div>
 <p align="center">
    <input type="button" onclick="window.close();" value="我喜欢这个" name="B1" class="Button">
  </p>
</form>
</body>
</html>

⌨️ 快捷键说明

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