DropDownList和iframe如何组合使用左边是DropDownList,通过选择不同的ListItem,右边呈现相应的iframe,这个要怎么实现?就如同天气预报,选择不同的城市,呈现相应城市的天气。[解决办法]<asp:DropDownList id=x runat=server autopostback=false onchange="window.frames['iframeName'].location.href=this.value">