<body>
<!--#include file="top.asp" -->
<table cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td width="126" valign="top" background="image/a14.gif">
<!--#include file="left.asp" -->
</td>
<td width="898" valign="top" align="center">
<%
if request("b_name")="会员管理" and request("s_name")="信息修改" then
%>
<!--#include file="xx_change.asp" -->
<%
else if request("s_name")="用户资料" then
%>
<!--#include file="user_zl.asp" -->
<%
else if request("s_name")="密码修改" then
%>
<!--#include file="user_pwd_change.asp" -->
<%
else if request("s_name")="" then
%>
<br><br><br><br><br>
您还没有选择栏目
<%
else
%>
<br><br><br><br><br>
暂时没有开通此功能
<%
end if
%>
总是显示错误
Microsoft VBScript 编译器错误 错误 '800a03f6'
缺少 'End'
/gz/HTML/index.asp,行45
else if request("s_name")="用户资料" then
^
请教下??