📄 popwindow_modifyinfo.asp
字号:
<td width="370" class="topic">
<input type="password" name="passwd" size="20">
!!(多于5位)</td>
</tr>
<tr>
<td width="130" align="right" class="topic">重复新密码:</td>
<td width="370" class="topic">
<input type="password" name="confirmpasswd" size="20">
!!</td>
</tr>
<tr>
<td width="130" align="right" class="topic">您的生日:</td>
<td width="370" class="topic">
<input type="text" name="byear" size="4" value=<%=byear%>>
年
<input type="text" name="bmonth" size="2" value=<%=bmonth%>>
月
<input type="text" name="bday" size="2" value=<%=bday%>>
日 (!!)</td>
</tr>
<tr>
<td width="130" align="right" class="topic">密码丢失提示问题:</td>
<td width="370" class="topic">
<input type="text" name="passask" value=<%=passask%> size="20">
!!(例如您的身份证号码?)</td>
</tr>
<tr>
<td width="130" align="right" class="topic">提示答案:</td>
<td width="370" class="topic">
<input type="text" name="anwserpass" value=<%=anwserpass%> size="20">
!!</td>
</tr>
<tr>
<td width="130" align="right" class="topic"> </td>
<td width="370" class="topic"> </td>
</tr>
<tr>
<td width="130" align="right" class="topic">通信地址(邮编):</td>
<td width="370" class="topic">
<input type="text" name="communicationaddr" size="40" value=<%=communicationaddr%>>
!!
<% temp=""
if iscashow=false then
temp="checked"
end if
%>
<input type="checkbox" name="iscashow" value="0" <%=temp%>>
保密</td>
</tr>
<tr>
<td width="130" align="right" class="topic">固定电话:</td>
<td width="370" class="topic">
<input type="text" name="telephone" value=<%=telephone%> size="20">
!!
<% temp=""
if istelephoneshow=false then
temp="checked"
end if
%>
<input type="checkbox" name="istelephoneshow" value="0" <%=temp%>>
保密</td>
</tr>
<tr>
<td width="130" align="right" class="topic">移动电话:</td>
<td width="370" class="topic">
<input type="text" name="mobile" value=<%=mobile%> size="20">
<% temp=""
if ismobileshow=false then
temp="checked"
end if
%>
<input type="checkbox" name="ismobileshow" value="0" <%=temp%>>
保密 </td>
</tr>
<tr>
<td width="130" align="right" class="topic">传呼:</td>
<td width="370" class="topic">
<input type="text" name="bp" value=<%=bp%> size="20">
<% temp=""
if isbpshow=false then
temp="checked"
end if
%>
<input type="checkbox" name="isbpshow" value="0" <%=temp%>>
保密 </td>
</tr>
<tr>
<td width="130" align="right" class="topic">OICQ/ICQ 号码:</td>
<td width="370" class="topic">
<input type="text" name="qq" value=<%=qq%> size="20">
<% temp=""
if isqqshow=false then
temp="checked"
end if
%>
<input type="checkbox" name="isqqshow" value="0" <%=temp%>>
保密 </td>
</tr>
<tr>
<td width="130" align="right" class="topic">工作单位:</td>
<td width="370" class="topic">
<input type="text" name="workshop" size="40" value=<%=workshop%>>
<% temp=""
if iswsshow=false then
temp="checked"
end if
%>
<input type="checkbox" name="iswsshow" value="0" <%=temp%>>
保密 </td>
</tr>
<tr>
<td width="130" align="right" class="topic">居住地址:</td>
<td width="370" class="topic">
<input type="text" name="homeaddr" value=<%=homeaddr%> size="20">
<% temp=""
if ishashow=false then
temp="checked"
end if
%>
<input type="checkbox" name="ishashow" value="0" <%=temp%>>
保密</td>
</tr>
<tr>
<td width="130" align="right" class="topic">电子邮件地址:</td>
<td width="370" class="topic">
<input type="text" name="email" value=<%=email%> size="20">
!!
<% temp=""
if isemailshow=false then
temp="checked"
end if
%>
<input type="checkbox" name="isemailshow" value="0" <%=temp%>>
保密</td>
</tr>
<tr>
<td width="130" align="right"> </td>
<td width="370" height="40" valign="bottom">
<input type="submit" name="Submit" value="完成">
<input type="reset" name="Submit2" value="全部重写">
</td>
</tr>
</form>
</table>
<p>
<br>
</td>
</tr>
</table>
</TD>
</TR>
</TBODY></TABLE>
</TD>
<TD style="BORDER-LEFT: #fbaf0c 7px solid" vAlign=top align=middle width=157
bgColor=#d0f3f9>
<TABLE cellSpacing=0 cellPadding=0 width=157 border=0 height="41">
<TBODY>
<TR>
<TD align=middle bgColor=#b7f0ff height=24><strong>
<font color="#0066CC">我注册的其它班级</font></strong></TD></TR>
<TR>
<TD class=cr4
style="PADDING-LEFT: 7px; PADDING-BOTTOM: 4px; PADDING-TOP: 12px"
bgColor=#e2f9ff align="center" height="17">
<select name="select" onchange="javascript:selectclass(this.options[selectedIndex].value);">
<option selected value=0>选择你的班级</option>
<%
sql="select * from userjoinclassinfo where userid='"&userid&"' order by joindate"
rs.open SQL,schooldb
while not rs.eof
sql1="select * from classinfo where classid='"&rs("classid")&"'"
rss.open SQL1,schooldb
if not rss.eof then
allclassname=rss("classname")
end if
rss.close
allschoolid=left(rs("classid"),8)
sql1="select * from schoolinfo where schoolid='"&allschoolid&"'"
rss.open SQL1,schooldb
if not rss.eof then
allschoolname=rss("schoolname")
end if
rss.close
%>
<option value="<%=rs("classid")%>"><%=allclassname%></option>
<%
rs.movenext
wend
rs.close
%>
</select><BR></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=157 border=0>
<TBODY>
<TR>
<TD align=middle bgColor=#b7f0ff height=24><strong>
<font color="#0066CC">查找同学(推荐)</font></strong></TD></TR>
<TR>
<TD class=cr4
style="PADDING-LEFT: 7px; PADDING-BOTTOM: 4px; PADDING-TOP: 12px"
bgColor=#e2f9ff width="100%" height="100" align="center"><form name="form1" method="post" action="popwindow_searchout.asp" target="_blank">同学姓名:<input type="text" name="realname" size="11"><br>
所在学校:<input type="text" name="schoolname" size="11"><br>
所在班级:<input type="text" name="classname" size="11"><br>
入学年份:<select name=enterdate>
<option value="0" selected>请选择…</option>
<option value=1970>1970年</option>
<option value=1971>1971年</option>
<option value=1972>1972年</option>
<option value=1973>1973年</option>
<option value=1974>1974年</option>
<option value=1975>1975年</option>
<option value=1976>1976年</option>
<option value=1977>1977年</option>
<option value=1978>1978年</option>
<option value=1979>1979年</option>
<option value=1980>1980年</option>
<option value=1981>1981年</option>
<option value=1982>1982年</option>
<option value=1983>1983年</option>
<option value=1984>1984年</option>
<option value=1985>1985年</option>
<option value=1986>1986年</option>
<option value=1987>1987年</option>
<option value=1988>1988年</option>
<option value=1989>1989年</option>
<option value=1990>1990年</option>
<option value=1991>1991年</option>
<option value=1992>1992年</option>
<option value=1993>1993年</option>
<option value=1994>1994年</option>
<option value=1995>1995年</option>
<option value=1996>1996年</option>
<option value=1997>1997年</option>
<option value=1998>1998年</option>
<option value=1999>1999年</option>
<option value=2000>2000年</option>
<option value=2001>2001年</option>
<option value=2002>2002年</option>
<option value=2003>2003年</option>
<option value=2004>2004年</option>
</select><br>
<br>
<input type="submit" name="Submit" value="开始查找"></form></TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE>
<TABLE height=7 cellSpacing=0 cellPadding=0 width=760 border=0>
<TBODY>
<TR>
<TD vAlign=top bgColor=#fbaf0c><IMG height=1 src="img/c.gif"
width=1></TD>
<TD align=middle width=157 bgColor=#d0f3f9>
<a href="javascript:personallogout();">
<IMG
src="img/cla_quit.gif" border=0 width="90" height="18"></a></TD></TR></TBODY></TABLE>
</CENTER>
<!--#include file=../end.htm--></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -