大家帮谁遇到过这种情况,请说出意见让我参考一下.

解决方案 »

  1.   

    代码没问题怎么会得不到值??
    慢慢调试吧
    看看美工都加了什么
      

  2.   

    我找了好久了,还是无结果,看看有谁遇到这种问题啊,解决后马上给分
      

  3.   

    这两个什么都不少,还有更好的办法吗,大家帮忙啊
      

  4.   

    <table id="CheckBoxList1" border="0" style="border-style:Groove;font-family:Batang;width:340px;">
    <tr>
    <td><input id="CheckBoxList1_0" type="checkbox" name="CheckBoxList1$0" checked="checked" /><label for="CheckBoxList1_0">佳佳乐</label></td><td><input id="CheckBoxList1_4" type="checkbox" name="CheckBoxList1$4" /><label for="CheckBoxList1_4">德昌</label></td><td><input id="CheckBoxList1_8" type="checkbox" name="CheckBoxList1$8" /><label for="CheckBoxList1_8">东海</label></td><td><input id="CheckBoxList1_12" type="checkbox" name="CheckBoxList1$12" /><label for="CheckBoxList1_12">普三</label></td><td><input id="CheckBoxList1_16" type="checkbox" name="CheckBoxList1$16" /><label for="CheckBoxList1_16">涵合</label></td>
    </tr><tr>
    <td><input id="CheckBoxList1_1" type="checkbox" name="CheckBoxList1$1" /><label for="CheckBoxList1_1">康富食品</label></td><td><input id="CheckBoxList1_5" type="checkbox" name="CheckBoxList1$5" /><label for="CheckBoxList1_5">康堡</label></td><td><input id="CheckBoxList1_9" type="checkbox" name="CheckBoxList1$9" /><label for="CheckBoxList1_9">德级</label></td><td><input id="CheckBoxList1_13" type="checkbox" name="CheckBoxList1$13" /><label for="CheckBoxList1_13">康美</label></td><td><input id="CheckBoxList1_17" type="checkbox" name="CheckBoxList1$17" /><label for="CheckBoxList1_17">宏仁</label></td>
    </tr><tr>
    <td><input id="CheckBoxList1_2" type="checkbox" name="CheckBoxList1$2" /><label for="CheckBoxList1_2">为全</label></td><td><input id="CheckBoxList1_6" type="checkbox" name="CheckBoxList1$6" /><label for="CheckBoxList1_6">金美</label></td><td><input id="CheckBoxList1_10" type="checkbox" name="CheckBoxList1$10" checked="checked" /><label for="CheckBoxList1_10">力锦</label></td><td><input id="CheckBoxList1_14" type="checkbox" name="CheckBoxList1$14" /><label for="CheckBoxList1_14">顺成</label></td><td><input id="CheckBoxList1_18" type="checkbox" name="CheckBoxList1$18" /><label for="CheckBoxList1_18">玉成</label></td>
    </tr><tr>
    <td><input id="CheckBoxList1_3" type="checkbox" name="CheckBoxList1$3" /><label for="CheckBoxList1_3">日正</label></td><td><input id="CheckBoxList1_7" type="checkbox" name="CheckBoxList1$7" checked="checked" /><label for="CheckBoxList1_7">义美</label></td><td><input id="CheckBoxList1_11" type="checkbox" name="CheckBoxList1$11" /><label for="CheckBoxList1_11">成记</label></td><td><input id="CheckBoxList1_15" type="checkbox" name="CheckBoxList1$15" /><label for="CheckBoxList1_15">利利</label></td><td></td>
    </tr>
    </table>
    你的意思是不是说上面 checkboxlist 的 input 为什么没有 value 属性是吗?
      

  5.   

    打断点,调一下它有什么属性啊~~