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

asp.net(c#)的imagebutton链接页面怎么在新的窗体中打开?
我的代码
  Response.Redirect("asp.net/myweb/index.html");
但是是在原窗体打开,没有跳出一个新的窗体,望大家指教

------解决方案--------------------
Response.Redirect("<script>window.open('asp.net/myweb/index.html')</script>");