`
晃点大尾巴狼
  • 浏览: 74901 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

radio(转载)

    博客分类:
  • web
 
阅读更多
1:选中Radio选项

<script   language="javascript">  
  function   check()  
  {  
  var   frm   =   document.forms[0];  
  var   value   =   0;  
  for   (var   i   =   0;   i   <   frm.a.length;   i   ++)  
  {  
  if   (frm.a[i].checked)  
  value   =   frm.a[i].value;  
  }  
  if   (value   ==   0)  
  alert('没有被选中的');  
  else  
  alert(value   +   '被选中了');  
  }  
  </script>  
   
  <form>  
  <input   type="radio"   name="a"   value="1">1  
  <input   type="radio"   name="a"   value="2">2  
  <input   type="radio"   name="a"   value="3">3  
  <input   type="radio"   name="a"   value="4">4  
  <input   type="radio"   name="a"   value="5">5  
  <input   type="button"   value="检查"   onclick="check()">  
  </form>


2:选中选项触发事件

  <input   type="radio"   name="a"   value="1" onclick="getRadio()">1  
  <input   type="radio"   name="a"   value="2" onclick="getRadio()">2  
  <input   type="radio"   name="a"   value="3" onclick="getRadio()">3

function getRadio(evt)
{
    var evt=evt || window.event;  
    var e =evt.srcElement || evt.target;
     if(e.value=="2")
     {
         if(document.getElementById('textShow')!=null && document.getElementById('IsShow')!=null)
         {
            document.getElementById('textShow').style.display='';
            document.getElementById('IsShow').style.display='none';
         }
        document.getElementById("ac3").value="upBbg";
        document.getElementById("ac4").value="";
     }
     else if(e.value=="3")
     {
         document.getElementById("ac4").value="upCclbg";
         document.getElementById("ac3").value="";
         if( document.getElementById('textShow')!=null && document.getElementById('IsShow')!=null)
         {
            document.getElementById('textShow').style.display='none';
            document.getElementById('IsShow').style.display='';
         }
     }
     else
     {
         document.getElementById("ac3").value="upHexunBbg";
         document.getElementById("ac4").value="";
         if(document.getElementById('textShow')!=null && document.getElementById('IsShow')!=null)
         {
            document.getElementById('textShow').style.display='none';
            document.getElementById('IsShow').style.display='';
         }
     }
}
分享到:
评论

相关推荐

    在线广播收听V2009520(转载)

    从提供的文件名"radio"来看,这可能是软件的主程序或者包含关键组件的文件夹。如果这是一个可执行文件,它可能包含了程序的主体代码,负责处理与广播服务器的连接、音频解码和播放等功能。如果是一个文件夹,那么它...

    JavaScript一些技巧(转载)

    &lt;input type="radio" name="regtype" value="A03" id="A03"&gt; 选项一 ``` ### 11. 字体大小设置 虽然例子中的`fontдonclick`看起来是错误的写法,但正常情况下,字体大小可以通过CSS或JavaScript动态改变。 ### ...

    Android学习笔记之NFC近距离无线通讯技术(Dean)(转载)

    NFC基于RFID(Radio Frequency Identification)技术,工作在13.56MHz频率范围内,有效传输距离一般在10厘米以内。它采用了磁场耦合方式来传递数据,可以实现设备间的快速配对和信息交换。NFC支持三种操作模式:读/...

    RFID模块,指纹模块

    RFID(Radio Frequency Identification)是利用无线射频信号空间耦合的方式,实现无接触的标签信息自动传输与识别的技术。 RFID标签又称为“射频标签”或“电子标签” AS608 指纹识别模块主要是指采用了杭州晟元芯片...

    解决dede生成静态页和动态页转换的一些问题,及火车采集入库生成动态的办法

    ——————————————————– 风十三 落伍首发 转载请注明作者和出处 —————————————————— 1.如何修改默认发布为动态页; 这个其实很简单,会改html就可以了!把dede文件夹打开,用...

    Vue表单绑定的实例代码(单选按钮,选择框(单选时,多选时,用 v-for 渲染的动态选项)

    Vue.js是一个流行的JavaScript框架,它允许开发者使用声明式的编程方式...对于有疑问的读者,可以留言提问,作者将会及时回复,同时,文章也为读者提供了转载信息和版权声明,体现了作者希望知识分享和互相尊重的精神。

    5g八大关键技术.pdf

    1.非正交多址接入技术 (Non-Orthogonal Multiple Access,NOMA) 2. FBMC(滤波组多载波技术) 3. 毫米波(millimetre waves ,mmWaves) ...5.认知无线电技术(Cognitive radio spectrum sensing techniques)

    H7118 GPRS DTU 使用说明书.pdf

    GPRS(General Packet Radio Service)即通用分组无线业务,是基于现有的GSM网络,提供无线IP连接的一种服务。 首先,文档中提到了多种技术术语和英文缩写,这些是无线通信和数据网络领域的基础知识点,例如: - ...

    GUIs_FEX.zip

    如何判断选择哪个uicontrol,例如radiobuttons?(见GUI_6, 8) 如何确定uicontrol已经被激活了多少次?(见GUI_7, 19, 28, 32, 33) 如何判断buttongroup中的哪个button被选中了?(见GUI_8) 如何让用户知道...

    JS组件Bootstrap Table使用方法详解

    转载 2016年03月21日 15:06:09 标签: Bootstrap Table 最近客户提出需求,想将原有的管理系统,做下优化,通过手机也能很好展现,想到2个方案: a方案:保留原有的页面,新设计一套适合手机的页面,当手机访问时,...

Global site tag (gtag.js) - Google Analytics