📄 hyuan_navi.asp
字号:
<%
User = Request("User")
if Len(Request("Upd"))>0 Then Response.Redirect "User_Upd.asp?User=" & User : Response.End
if Len(Request("ChPass"))>0 Then Response.Redirect "User_ChPass.asp?User=" & User : Response.End
if Len(Request("Pri"))>0 Then Response.Redirect "User_Price.asp?User=" & User : Response.End
if Len(Request("addmoney"))>0 Then Response.Redirect "CaiWu_Add.asp?User=" & User : Response.End
if Len(Request("CaiWuList"))>0 Then
Response.Redirect "CaiWu_ListShow.asp?CaiWu_User=" & User &"&CaiWu_State=11&CaiWu_Kind=11&CaiWu_PSort=11&CaiWu_PSign=11&VDesc=1&VNum=20"
Response.End
End If
if Len(Request("yewu"))>0 Then
Response.Redirect "YeWu_ListShow.asp?YeWu_User="&User&"&YeWu_State=11&VDesc=1&VByKey=YeWu_ATime&VNum=20"
Response.End
End If
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link id="style_sheet" href="css/save.css" type="text/css" rel="stylesheet">
<script language="JavaScript">style_sheet.href = parent.parent.style_sheet.href;</script>
</head>
<script language="JavaScript" src="js/common_Efang.js"></script>
<body class="NormalPage">
<form id="form_help" action="help_content.asp" method="get" target="working_area">
<input name="help_topic" type="hidden" value="">
</form>
<table width="100%" height="10%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="headerToolBar" valign="middle" nowrap style="width:100%; height:22px;"></td>
</tr>
<tr>
<td valign="top">
<div id="viewPanel" style="visibility:visible; position:absolute; overflow:auto;">
</div></td>
</tr>
</table>
<center style="font size:12px">
<font color="#0000FF"><b>[ ** 会员操作 ** ]</b></font> <br><br>
请在上面输入会员帐号进行操作
</center>
</body>
<script language="JavaScript">
<!--
document.parentWindow.onresize = fn_RejustViewPanel ;
fn_RejustViewPanel ( ) ;
//alert ( document.body.clientWidth + ":" + viewPanel.clientWidth ) ;
//-->
</script>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -