日期:2014-05-18  浏览次数:20481 次

asp.net怎跳出iframe打开新页面
asp.net怎跳出iframe打开新页面

我要做这样的操作要传两个参数 
这是一个iframe里的button我想点击它跳出这个iframe打开新页面 
Response.Redirect("course_search.aspx?typeID=" + DropDownList1.SelectedValue + "&BigID=" + Session["TBigID"].ToString());

------解决方案--------------------
window.open()才行,不能在服务器重定义,