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

📄 page_user_cartoon_form.html.asp

📁 jsp 同学录源码
💻 ASP
字号:
<!-- #include file="page_user_header.html.asp" -->             
<!-- ##### 主栏目开始 ##### --->
<%Call ActionView(CONST_ACTION_FUNC)%>
<script language="Javascript">
//表单校验
function CheckFormCartoon(theform)
{
	<%=TAG_strVerifyCode%>
	return true;
}
</script>
<% 
If IsObject(TAG_objDicUnit) AND TAG_objDicUnit.Exists("Exist") Then 
%>
<!--html_row DataRS=TAG_objDicUnit-->
 <table border="0" cellpadding="3" cellspacing="1" align="center" width="80%" class="form_table" >
 <tbody>
 <form action="../user/user_cartoon_save.asp" method="post" id="frmFormCartoon" name="frmFormCartoon" onSubmit="return CheckFormCartoon(this)">
 <tr >
	 <td class="nav_title_td">
	<div class="mainNav">卡通头像选取</div></td>
 </tr>
 <tr class="form_tr">
	<td class="form_td" valign="top" align="center">
	<img src="../images/cartoonface/<%=TAG_objDicUnit.Item("USER_CARTOON_FACE")%>.gif" id="imgCartoonFace" name="imgCartoonFace" alt="您当前的卡通头像(点击修改)" onClick="javascript:SetCartoonFace();" style="cursor:hand"></td>
 </tr>
 <tr class="form_tr" >
	 <td class="form_td" valign="top" align="center">
	 <span style="cursor:hand" title="点击选取卡通图标" onClick="javascript:SetCartoonFace();">↑点击选取卡通图标!!</span></td>
 </tr>
	<input type="hidden"  name="iptCartoonFace"  value="<%=TAG_objDicUnit.Item("USER_CARTOON_FACE")%>" >
<tr class="form_tr" >
	<td colspan=2 align="center" valign="middle" class="form_sub_td" ><br>
	<input class="submit" type="submit"   value="提 交"  />
	&nbsp; <input  class="reset" type="reset"   value="重 来"  />&nbsp;    
</tr>
</form>
</tbody><%%>
</table>
<br>
<table border="0" cellpadding="3" cellspacing="1" align="center" width="80%" class="form_table" >
<tbody>
<tr >
	<td class="nav_title_td">
	<div class="mainNav">我的QQ秀</div></td>
</tr>
<tr class="form_tr" >
	<td class="form_td" valign="top" align="center">
	<img src="<%=TAG_objDicUnit.Item("USER_QQ_SHOW")%>"></td>
</tr>
</form>
</tbody>
</table>



<!--/html_row-->

<% 
If IsObject(TAG_objDicUnit) Then
	Set TAG_objDicUnit = Nothing 
End If
End If
%>
<!-- ##### 主栏目结束 ##### -->   
<!-- #include file="page_sub_footer.html.asp" -->

⌨️ 快捷键说明

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