我怀疑我可以重定向页面,但我可以将高度和宽度放在那里
response.redirect("Mypage.aspx");
例如
response.redirect("Mypage.aspx",height="300px",width="200px");
我在asp.net,c#
中这样做答案 0 :(得分:0)
您无法使用此方法打开网页,请改用javascript window.open
。
ClientScript.RegisterStartupScript(this.Page.GetType(), "", "window.open('Mypage.aspx','mywindow','menubar=1,resizable=1,width=300,height=200');", true);
答案 1 :(得分:0)
关于你的问题,没有你想要做的事情,页面上的显示是客户端的html格式(将样式(例如)应用于html元素)
虽然你可以在服务器端映射那些html ui