如果你在dw中看乱了是正常,因为我也遇到过,可是页面还正常显示…………
例如:
<table width="810" height="30" border="0" align="center" cellpadding="0" cellspacing="1" background="../Css/green/bodybg.gif">
<tr>
<td width="527">
<%if session("user")="" or session("pass")="" or session("jclass")="" then%>
<table width="100%" border="0" align="left" cellspacing="0">
<tr>
<td>
<form action="../logincheck.asp?action=login" method="post" name="form10" id="form10">
<label>
<img src="../Images/login3.gif" width="13" height="14" />用户
<input name="username" type="text" id="username" size="15" />
密码:
<input name="password" type="password" id="password" size="15" />
</label>
<label>
<input type="radio" name="jclass" value="1" />
企业会员
<input type="radio" name="jclass" value="0" />
个人会员 </label>
<input type="submit" name="Submit" value="登录" />
<a href="../reg2.asp">注册</a>
</form></td>
</tr>
</table>
<%else%>
<span class="STYLE1"> 登录成功</span>, 欢迎您!<%=session("user")%>(<% if session("jclass")=1 then%>企业会员<%else%>个人会员<%end if%>
),欢迎光临<a href="http://www.gdhuiyi.com">广东会议网</a>! <a href="../user.asp"><font color="#CC0000">会员中心</font></a>
<a href="../logincheck.asp?action=loginout">注销登录</a>
<%end if%></td>
<td width="280"><marquee scrollAmount=3 width=280><font color="#CC0000"> </font><font color="#CC0000"><%=(AF.Fields.Item("title").Value)%></font></marquee> </td>
</tr>
</table>