日期:2014-05-20  浏览次数:20415 次

未能在"设计"视图中打开,用引号将"<%%>"块括起来,该块用作属性值或用在<SELECT>元素中
<html>
<head>
<title> </title>
<meta   http-equiv= "Content-Type "   content= "text/html;   charset=gb2312 ">
<link   href= "css/css.css "   rel= "stylesheet "   type= "text/css ">
</head>
<%if   (Action== "modify "){%>
<form   action= "Usermodify.aspx?UserName= ' <%=UserName%> ' "   method= "post "   name= "form1 ">

<%}
else   {%>
        <form   action= "success.aspx "   method= "post "   name= "form1 ">
<%}%>

    <table   width= "89% "   border= "0 "   align= "center "   class= "bar ">
        <tr>  
            <td   height= "26 "   colspan= "2 "     align=center> 用户资料 </td>
        </tr>
        <tr>  
            <td   width= "23% "   align=right> 用户名 </td>
            <td   width= "77% ">
           
           
            <%if   (Action== "modify "){%>
    <input   name= "UserName "   type= "text "   class= "unnamed2 "   id= "UserName "   size= "20 "   maxlength= "20 "   Value= ' <%=UserName%> '   disabled>

<%}
else   {%>
    <input   name= "UserName "   type= "text "   class= "unnamed2 "   id= "UserName "   size= "20 "   maxlength= "20 "   Value= ' <%=UserName%> '   >
<%}%>
           
           
       
           
           
           
           
            </td>
        </tr>
        <%if   (Request.QueryString[ "UserName "].ToString()== " "){%>
        <tr>  
            <td   align=right> 密码 </td>
            <td> <input   name= "PassWord "   type= "password "   class= "unnamed2 "   id= "PassWord "   size= "20 "   maxlength= "20 "   Value= ' <%=Pass%> '>  
                <input   name= "PassWord2 "   type= "password "   class= "unnamed2 "   id= "PassWord2 "   value= " "   size= "20 "> </td>
        </tr>
        <%}%>
        <tr>