建议你用<input type=button id=b1 onclick="aaa()">
function aaa()
{
td1.innerHtml= "rgergergregergrege";
form_id.submit}
你在 form 下加一个<td id="td1">
form 最好提交的另一个 frame里这样才可以看出效果

解决方案 »

  1.   

    你可以在aaa 里进行判断直到合适了再 submit
      

  2.   

    在下面加一个iframe,提交时先将内容用document.write写到那个iframe中,合适了再提交
      

  3.   

    to xujie2(笨啊笨)---------------------------
    最好不要用的iframe,而且你这样最多只能显示一个记录,上一个记录就也能会丢失。而且这样我要删除记录就不方便了。
      

  4.   

    我只是提供思路而已!
    你把你具体的要求写出来!我给你写个例子
    [email protected]