<img src="images/2002032402.gif" width="78" height="23" onclick="return submit_form()">

解决方案 »

  1.   

    <img src="images/2002032402.gif" width="78" height="23" onclick="submit_form();">
      

  2.   

    还是不行,帮我看看<HTML>
    <HEAD>
    <TITLE>hz</TITLE>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
    <style type="text/css">
    <!--
    td {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    }
    a:hover {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    background: #9999FF;
    }
    a:active {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    }
    a:link {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    }
    a:visited {
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    }
    -->
    </style>
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_reloadPage(init) {  //reloads the window if Nav4 resized
      if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
        document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
      else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
    }
    MM_reloadPage(true);function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    }
    function submit_form(){
    if (document.login_form.user_logname.value=="")  {   alert("用户名不能为空");   document.login_form.user_logname.focus();return( false ); }
    if (document.login_form.password.value=="")  {   alert("密码不能为空");   document.login_form.password.focus();return( false ); }
    document.login_form.submit();
    return(true);
    }//-->
    </script>
    </HEAD>
    <BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
    <div id="Layer1" style="position:absolute; left:267px; top:298px; width:121px; height:26px; z-index:1"><img src="images/2002032409.gif" width="119" height="26"></div>
    <table width="762" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td><img src="images/top.gif" width="754" height="118"></td>
      </tr>
    </table>
    <table width="762" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> 
        <td width="170" bgcolor="#CCCCCC"> 
          <table border="0" align="center" cellpadding="0" cellspacing="0">
            <form action="../include/login.php" method="post" name="login_form">
            <input type="hidden" name="theURL" value="../manage/index.php">
    <tr> 
              <td bgcolor="#FFFFFF"><IMG SRC="images/2002032401.gif" WIDTH=168 HEIGHT=53 ALT=""></td>
            </tr>
            <tr> 
              <td height="1"> </td>
            </tr>
            <tr> 
              <td bgcolor="#FFFFFF"> <p align="center"><br>
                  用户名: 
                  <input name="textfield" type="user_logname" size="10" style="BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid" maxlength="20">
                  <br>
                  <br>
                  密 码: 
                  <input name="password" type="password" size="10" style="BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid" maxlength="12">
                  <br>
                  <br>
                </p></td>
            </tr>
            <tr> 
              <td height="60" bgcolor="#FFFFFF"> 
                <div align="center"><img src="images/2002032402.gif" width="78" height="23" onclick="return submit_form()"></div></td>
            </tr>
            <tr>
              <td height="1">
      </td>
            </tr>
    </form>
          </table>
        </td>。。
      

  3.   

    你看看你的name是生么
    <input name="textfield" type="user_logname" size="10" style="BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid" maxlength="20">
    =====================================
    改为
    <input name="user_logname" type= size="10" style="BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid" maxlength="20">
      

  4.   

    你看看你的name是生么
    <input name="textfield" type="user_logname" size="10" style="BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid" maxlength="20">
    =====================================
    改为
    <input name="user_logname" type= size="10" style="BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid" maxlength="20">
      

  5.   

    照 zhangguagua(瓜瓜)
    不会有错