欢迎来到元素模板www.ys720.com,本站提供专业的织梦模板网站模板ASPCMS模板网站修改/网站仿站
当前位置:主页 > 程序教程 > 其他教程 >
其他教程

[JS教程]点击buttom 跳转当前选择radio的链接

(元素模板) / 2017-04-15 17:29
 元素模板站长为您解答 如何 点击 按钮 跳转 选择的 链接

先加上JS代码
 <script type="text/javascript">
    
        function tiao()
        {
            var s=document.getElementsByName("ss");
            for(i=0;i<s.length;i++)
            {
                if(s[i].checked==true)
                {
                    window.open('http://'+s[i].value+'');
                }
            }
        }
   
   </script>
    
再是HTML代码
<input name="ss" type="radio" value="www.ys720.com" />元素模板
<input name="ss" type="radio" value="www.baidu.com" />baidu
<input name="ss" type="radio" value="www.tbao.com" />淘宝
<div><input type=button onclick="tiao()" value="跳转" /></div>
 
Copyright @ 2013-2019 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com