不会吧,难道radio取的名字和别的有重复?

解决方案 »

  1.   

    aper168 (凌宇):把代码贴出来看看先!
      

  2.   

    <form name=f action="mailto:[email protected]" enctype="text/plain" method=post>
    <input type=radio name="单选" value="11111">
    <input type=radio name="单选" value="222" checked>
    <input type=radio name="单选" value="3333">
    <input type=submit>
    </form>
      

  3.   

    action="mailto:[email protected]
    这里换成一个函数过程就可以了,这个函数大概是这样定义的:
    function myxxx(){
    //处理表单数据,进行格式化
    //按一定格式调用邮件发放过程,对内容进行填充
    }
      

  4.   

    我试了,net_lover(孟子E章) 的表单提交后的信件内容为:
    单选=222
      

  5.   

    我试过了,原因可能是IE版本的问题,用低版本可以,IE6.0 不行控件的value值和控件的name 都不能得到