参照
http://msdn.microsoft.com/workshop/author/perf/dhtmlperf.asp

解决方案 »

  1.   

    The HTML is too big
    or
    The HTML has some stupided tag. for example: <base>
      

  2.   

    html的确很大  有没有解决的办法?
      

  3.   

    我需要动态插入一个这么长的东西 ,请教有解决的方法吗?
    "<table border='0' cellpadding='0' cellspacing='0' align='center' width='100%'>"+
    "<tr>"+
      "<td bgcolor='#c4d2e2' height='22'>"+
    "<table width='99%'  border='0' align='center' cellpadding='0' cellspacing='0'>"+
    "<tr>"+
      "<td nowrap>&nbsp;Startcycle:1&nbsp;&nbsp;&nbsp;End cycle :22</td>"+
      "<td width='120'><input type='submit' name='Submit2' value='Del' class='button'></td>"+
    "</tr>"+
               "</table>"+
    "</td>"+
    "</tr>"+
    "<tr id='addRule'>"+
      "<td height='22'>"+
      "<table width='100%'  border='0' align='center' cellpadding='0' cellspacing='0' bgcolor='#e4e4e4'>"+
       "<tr>"+
                  "<td width='100' align='right' nowrap> rule:</td>"+
                  "<td width='205'>"+
     "<div class='box' style='width:200px'><div class='box2' style='width:200px'><span class='box2' style='width:200px'>"+
        "<select name='select2' id='select2'  >"+
                      "<option value='-1'>-Plesae select-</option>"+
                    "</select>"+
      "</span></div>"+
      "</div></td>"+
                  "<td>"+
      "<table border='0' cellpadding='0' cellspacing='0'>"+
       "<tr>"+
    "<td><div id='button_add'><a href='#' name='Submit622' onClick=''>Add</a></div></td>"+
    "</tr>"+
      "</table>"+
      "</td>"+
                "</tr>"+
              "</table>"+
      "</td>"+
        "</tr>";


    "<tr>"+
    "<td valign='top'>"+
    "<table width='100%' border='0' cellpadding='0' cellspacing='1' bgcolor='#CCCCCC'  >"+
      "<tr height='23' class='title_bg' align='center'>"+
    "<th>name </th>"+
        "<th width='13%'>Operate</th>"+
          "</tr>"+
      "<tr bgcolor='#FFFFFF' height='20'>"+
    "<td>&nbsp;</td>"+
        "<td align='center'>"+
    "<input type='submit' name='Submit5' value='Del' class='button'>"+
    "<input type='submit' name='Submit3' value='UP' class='button'>"+
    "<input type='submit' name='Submit4' value='Down' class='button'></td>"+
          "</tr>"+
    "</table>"+
    "</td>"+
    "</tr>";



    "<tr id='addRule'>"+
      "<td height='22'>"+
      "<table width='100%'  border='0' align='center' cellpadding='0' cellspacing='0' bgcolor='#e4e4e4'>"+
       "<tr>"+
                  "<td width='100' align='right' nowrap>rule:</td>"+
                  "<td width='205'>"+
     "<div class='box' style='width:200px'><div class='box2' style='width:200px'><span class='box2' style='width:200px'>"+
        "<select name='select2' id='select2'  >"+
                      "<option value='-1'>-Plesae select-</option>"+
                    "</select>"+
      "</span></div>"+
      "</div></td>"+
                  "<td>"+
      "<table border='0' cellpadding='0' cellspacing='0'>"+
       "<tr>"+
    "<td><div id='button_add'><a href='#' name='Submit622' onClick=''>Add</a></div></td>"+
    "</tr>"+
      "</table>"+
      "</td>"+
                "</tr>"+
              "</table>"+
      "</td>"+
        "</tr>";
    //-------------------------------------------------------------------

    <tr>
    <td valign="top">
    <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC" >
      <tr height="23" class="title_bg" align="center">
    <th>name </th>
        <th width="13%">Operate</th>
          </tr>
      <tr bgcolor="#FFFFFF" height="20">
    <td>&nbsp;</td>
        <td align="center">
    <input type="submit" name="Submit5" value="Del" class="button">
    <input type="submit" name="Submit3" value="UP" class="button">
    <input type="submit" name="Submit4" value="Down" class="button"></td>
          </tr>
    </table>
    </td>
    </tr>
          </table>//------------------------------------------
         "<table width='100%' border='0' cellpadding='0' cellspacing='1' bgcolor='#CCCCCC'>"+
          "<tr height='23' class='title_bg' align='center'>"+
            "<th>name </th>"+
            "<th>date </th>"+
            "<th>type </th>"+
            "<th>time </th>"+
            "<th width='13%'></th>"+
          "</tr>"+
          "<tr bgcolor='#FFFFFF' height='20'>"+
            "<td>&nbsp;</td>"+
            "<td>&nbsp;</td>"+
            "<td>&nbsp;</td>"+
            "<td>&nbsp;</td>"+
            "<td align='center'><input type='submit' name='Submit52' value='Del' class='button'></td>"+
          "</tr>"+
        "</table>";
      

  4.   

    gu1dai(异域苍穹.百年飞行) 请注意用词,什么叫“我靠”?
      

  5.   

    yjgx007(谁是高手) ( ) 信誉:83  2006-03-22 09:11:00  得分: 0  
     
     
       gu1dai(异域苍穹.百年飞行) 请注意用词,什么叫“我靠”?
      
     --------------------------------这个“我靠”,是常用感叹词,出自《大话西游》
      

  6.   

    试试不要用加号,太多html了
    试试用这种方法http://blog.csdn.net/BlueDestiny/archive/2006/03/15/625061.aspx