关于ASP单选按钮Value值的问题?在线等!

来源:百度知道 编辑:UC知道 时间:2024/05/28 07:03:20
<table width="454" height="140" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="33">
<form id="form1" name="form1" method="post" action="">
<div align="center">
<input name="radio" type="radio" value="" checked="checked" />
文档编辑器
<input name="radio" type="radio" value="" />
本地上传文件
</div>
</form>
</td>
</tr>
<tr>
<td>显示区</td>
</tr>
</table>

问题:当我选中第一个单选按钮(文档编辑器)时,在“显示区”只调用一个在线文本编辑器,当我选中第二个单选按钮(本地上传文件)时,在:“显示区”只调用一个本地上传文件的窗口。请问要怎么才能实现?在线等你的消息!非常感谢!

<table width="454" height="140" border="0" align="center" cellpadding="0" cellspacing="0">
<form id="form1" name="form1" method="post" action=""> <tr>
<td height="33">

<div align="center">
<input name="radio" type="radio" value="" checked="checked" onclick="wenjian.style.display='none';bianji.style.display='block'"/>
文档编辑器
<input name="radio" type="radio" value="" onclick="wenjian.style.display='block';bianji.style.display='none'"/>
本地上传文件
</div>

</td>
</tr>
<tr>
<td height="100" align="left" valign="top"><label>
<input type="file" name