<%
if request("b_name")="会员管理" and request("s_name")="信息修改" then
%>
<!--#include file="xx_change.asp" -->
<%
end if
If request("s_name")="用户资料" then
%>
<!--#include file="user_zl.asp" -->
<%
end if
If request("s_name")="密码修改" then
%>
<!--#include file="user_pwd_change.asp" -->
<%
end if
If request("s_name")="" then
%>
<br><br><br><br><br>
您还没有选择栏目
<%
else
%>
<br><br><br><br><br>
暂时没有开通此功能
<%
end if
end if
end if
%>
你这段的逻辑是错的,老大! 如果这段都检测通过了,那么肯定是前面误打误撞。
你不妨把你这段代码单独写一个文件,你看看我说的对不对。
如果说一小段都是错的,放进大程序里,它又正确了。那你说说看和前面有关系没?
[此贴子已经被作者于2007-3-1 16:13:32编辑过]