level 2
放开她让我试试
楼主
这个阶段变量为什么没有用啊????
<form id="form1" name="form1" method="POST" action="<%=MM_LoginAction%>">
<% If Session("MM_user_yhm")<>"" Then %>欢迎<%= Session("MM_user_yhm") %>访问本站!<% Else %>
你好,请登录或<a href="zhuce.asp" target="_parent">注册</a> 用户名
<label>
<input type="text" name="u" id="u" />
</label>
密码
<input type="text" name="p" id="p" />
<label>
<input type="submit" name="button" id="button" value="登录" /><% End If %>
</label>
</form>
2014年04月20日 14点04分
1
<form id="form1" name="form1" method="POST" action="<%=MM_LoginAction%>">
<% If Session("MM_user_yhm")<>"" Then %>欢迎<%= Session("MM_user_yhm") %>访问本站!<% Else %>
你好,请登录或<a href="zhuce.asp" target="_parent">注册</a> 用户名
<label>
<input type="text" name="u" id="u" />
</label>
密码
<input type="text" name="p" id="p" />
<label>
<input type="submit" name="button" id="button" value="登录" /><% End If %>
</label>
</form>