你用xml搞吧,这样就不用刷新页面了

解决方案 »

  1.   

    打包,串行化思想for example:TableData = yourTableObject.outerHTML
    (如果需要,可以先yourTableObject.removeAttribute,只要数据就好了)如果是GET, 就添加到request string里面
    如果是POST, 做个隐藏TextField,一起提交在Server端,Parse这个HTML string
      

  2.   

    取得表对象:
    tab=getElementByTagName(table)
    或者根据表格id取得:
    tab=getElementById(id)取得第一个表单元格内容:
    x=tab.children[0].children[0].children[0].innerText