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