js日期、星座的级联显示代码(2)


                <DIV>出生日期:</DIV>
                <DIV>
                    <asp:DropDownList runat="server"  onchange="birthdayOnchange(this);"></asp:DropDownList> 年
                    <asp:DropDownList runat="server"  onchange="birthdayOnchange(this);adjustAstro();"></asp:DropDownList> 月
                    <asp:DropDownList runat="server" onchange="adjustAstro();"></asp:DropDownList> 日
                </DIV>

<DIV>星座:</DIV>
                <DIV>
                    <SELECT id=astro disabled name=astro runat="server">
                        <OPTION selected>处女座</OPTION>
                    </SELECT>
                </DIV>

您可能感兴趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wdypgy.html