<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>
您可能感兴趣的文章: