使用高度和重定向重定向页面宽度

时间:2013-01-28 05:40:41

标签: c# asp.net

我怀疑我可以重定向页面,但我可以将高度和宽度放在那里

response.redirect("Mypage.aspx");

例如

response.redirect("Mypage.aspx",height="300px",width="200px");

我在asp.net,c#

中这样做

2 个答案:

答案 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)

老兄,你很丢失......我建议你先了解一下Web应用程序的服务器端概念,否则学习asp.net的经验可能会令人沮丧......

关于你的问题,没有你想要做的事情,页面上的显示是客户端的html格式(将样式(例如)应用于html元素)

虽然你可以在服务器端映射那些html ui