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

📄 user_img.asp

📁 不是我做的一个留言板
💻 ASP
字号:
<%
bg_id=1
%>
<!--#include file="conn.asp" -->
<%
web_id="../language/"&l_id
web_id=web_id&"/USER_INFO.ASP"
call include(web_id)
%>
<head>
<SCRIPT src="../js/win_js.js"></SCRIPT>
</HEAD>
<form method="POST" action="up_fice.asp">
<table border="1" width="52%" height="75">
<center>
<table>
<tr>
<td width="103%" height="16" align="center"><%=L_USER_editfice%></td>
</tr>
<tr>
<td width="100%">
<SCRIPT>SL_open(740,280);</SCRIPT>

<table border="1">

<tr>
<%
for fice_i=1 to 30
%>

<td align="center" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'">
<%
response.write "<img border=0 src="&img_path&"/user_img/"&fice_i&".gif>"
response.write "<br>"
%>
<input type=radio value='<%=fice_i%>' name=R2 onclick="r1.value='<%=fice_i%>';" >
<%
response.write "</td>"
if (fice_i mod 10)=0 then
response.write "</tr>"
end if
next
%>

<td width="20%" align="center" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" >
<% userid=request.QueryString("id") %>
<input NAME="ID" type="hidden" value="<%=userid%>">
          </td>
        </tr>
        
      </table>
<SCRIPT>SL_close()</SCRIPT>
<br>
<br>
<center>
<%=L_USER_DIYfice%>: <input type=text name=r1 size=20><font color=ff0000>*(<%=L_USER_ficeRead%>)</font>
<br>
<input type="submit" value="<%=L_USER_UPficeSub%>" name="B1" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'">
  </form>



⌨️ 快捷键说明

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