急求!javascript中 单击radio按钮,显示不同的form表单
我有4个radio按钮,其中1个选择后,显示出一个表格,另外3个则不显示。
表格的内容为三个‘text’输入框。
我是新手,代码中最好有注释
万分感激!!
------解决方案--------------------这一段:
<div id= "b ">
地址1: <input type= "text " name= "add1 " value= "上海 " />
地址2: <input type= "text " name= "add1 " value= "北京 " />
地址3: <input type= "text " name= "add1 " value= "武汉 " />
</div>
改成:
<tr id= "b "> <td>
地址1: <input type= "text " name= "add1 " value= "上海 " />
地址2: <input type= "text " name= "add1 " value= "北京 " />
地址3: <input type= "text " name= "add1 " value= "武汉 " />
</td> </tr>