九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
單選菜單改變DIV顯示隱藏屬性

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>無標(biāo)題頁</title>

    <script type="text/javascript">
        function test(obj) {
            if (obj.id == "Radio1") {/*如果本元素的ID屬性為“radio1”*/
                document.getElementById("Div1").style.display = "block";
                document.getElementById("Div2").style.display = "none";
            }
            else {
                document.getElementById("Div1").style.display = "none";
                document.getElementById("Div2").style.display = "block";
            }
        }
    </script>

</head>
<body>
    <form id="form1" runat="server">
    <ul>
        <li>
            <input id="Radio1" name="radiobutton" checked="checked" type="radio" onclick="test(this)" /><span>我</span>
        </li>
        <li>
            <input id="Radio2" name="radiobutton" type="radio"  onclick="test(this)" /><span>你</span></li>
    </ul>
    <div id="Div1" class="Image">aaaa</div>
    <div id="Div2" class="Image">bbbb</div>
    </form>
</body>
</html>

本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
使用JS動態(tài)寫入標(biāo)簽及其元素內(nèi)容
JavaScript:createElement
etElementByID getElementsByName getElementsBy...
innerHTML用法
網(wǎng)頁制作中常用的幾個簡單的選項(xiàng)卡特效代碼(很實(shí)用)
day56-js,jquery
更多類似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服