관련 JS: 코드 복사 코드는 다음과 같습니다. 함수 Searchchange () <BR> {<BR> Var DDL = DOCUMENT.GELEMELEMID (" Dropdownlist1 ") <BR> Var Index = DDL.Selectedindex; <br> <br> var Value = ddl.options[index].value; <BR> var Text = ddl.options[index].text;<br><br> Alert(Value);<BR> }<BR> < ;/script><br> </div> <br>전화: <br><div class="codetitle"> <span><a style="CURSOR: pointer" data="66027" class="copybut" id="copybut66027" onclick="doCopy('code66027')"><u>코드 복사</u></a></span> 코드는 다음과 같습니다.</div> <div class="codebody" id="code66027"> <br>< asp:DropDownList ID="DropDownList1" runat="server" onchange="SearchChange();"><br> <asp:ListItem Value="0">111</asp :ListItem><br> < asp:ListItem Value="1">222</asp:ListItem><br> <asp:ListItem Value="2">333</asp:ListItem><br> </asp:DropDownList<br> </div>