当前位置: 代码迷 >> ASP.NET >> DropDownList和iframe怎么组合使用
  详细解决方案

DropDownList和iframe怎么组合使用

热度:9661   发布时间:2013-02-25 00:00:00.0
DropDownList和iframe如何组合使用
左边是DropDownList,通过选择不同的ListItem,右边呈现相应的iframe,这个要怎么实现?

就如同天气预报,选择不同的城市,呈现相应城市的天气。

------解决方案--------------------------------------------------------
<asp:DropDownList id=x runat=server autopostback=false onchange="window.frames['iframeName'].location.href=this.value">
  相关解决方案