关于ASP单选按钮Value值的问题?在线等!
<tablewidth="454"height="140"border="0"align="center"cellpadding="0"cellspacing="0"><...
<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>
问题:当我选中第一个单选按钮(文档编辑器)时,在“显示区”只调用一个在线文本编辑器,当我选中第二个单选按钮(本地上传文件)时,在:“显示区”只调用一个本地上传文件的窗口。请问要怎么才能实现?在线等你的消息!非常感谢! 展开
<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>
问题:当我选中第一个单选按钮(文档编辑器)时,在“显示区”只调用一个在线文本编辑器,当我选中第二个单选按钮(本地上传文件)时,在:“显示区”只调用一个本地上传文件的窗口。请问要怎么才能实现?在线等你的消息!非常感谢! 展开
1个回答
展开全部
<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="file2" id="wenjian" style="display:none"/>
<textarea name="textarea" cols="60" rows="5" id="bianji"></textarea>
</label></td>
</tr> </form>
</table>
<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="file2" id="wenjian" style="display:none"/>
<textarea name="textarea" cols="60" rows="5" id="bianji"></textarea>
</label></td>
</tr> </form>
</table>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询