这部分代码我只想要从"公司名称搜索"以下的部分,上面不知道从哪里断开。谢谢大家了!!!
<tr>
    <td bgcolor="#999999">&nbsp;</td>
  </tr>
</table>
  <table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="#FFFFFF">
    <tr> 
      <td width="40" align="right">&nbsp;</td>
  <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <form name="searchCom" method="post" action="?action=com">
  <tr>
            <td>按公司名称搜索: 
              <input name="searchCom" type="text" id="searchCom" size="24" maxlength="36">
              <input name="Search" type="submit" id="Search" value="搜索"></td>
          </tr></form>
        </table></td>
    </tr>
    <tr> 
      <td width="40" align="right">&nbsp;</td>
      <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <form name="searchUrl" method="post" action="?action=url">
  <tr>
            <td>按公司网址搜索: 
              <input name="searchUrl" type="text" id="searchUrl" size="24" maxlength="36">
              <input name="Submit" type="submit" id="Submit" value="搜索"></td>
          </tr></form>
        </table></td>
    </tr>
  </table>

解决方案 »

  1.   


    table width="100%" border="0" cellspacing="0" cellpadding="0">
      <form name="searchUrl" method="post" action="?action=url">
    <tr>
      <td>按公司网址搜索:  
      <input name="searchUrl" type="text" id="searchUrl" size="24" maxlength="36">
      <input name="Submit" type="submit" id="Submit" value="搜索"></td>
      </tr></form>
      </table>
      

  2.   

    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <form name="searchUrl" method="post" action="?action=url">
    <tr>
      <td>按公司网址搜索:  
      <input name="searchUrl" type="text" id="searchUrl" size="24" maxlength="36">
      <input name="Submit" type="submit" id="Submit" value="搜索"></td>
      </tr></form>
      </table></td>
      </tr>
      </table>
      

  3.   

    ><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <form name="searchCom" method="post" action="?action=com">
    <tr>
      <td>按公司名称搜索:  
      <input name="searchCom" type="text" id="searchCom" size="24" maxlength="36">
      <input name="Search" type="submit" id="Search" value="搜索"></td>
      </tr></form>
      </table>