c#.net打开新的小页面

window.open('2.aspx','','width=500,height=500')这个好像不行~~请问怎么修改~谢谢bluelotus7-如果我在前台设置一个... window.open('2.aspx','','width=500,height=500')
这个好像不行~~

请问怎么修改~
谢谢bluelotus7 -
如果我在前台 设置一个 <asp:Button ID="Button1" runat="server" Text="Button" onclick="Button1_Click" />
在后台该怎么写
展开
 我来答
雅南哥No1
2009-08-26 · 超过41用户采纳过TA的回答
知道小有建树答主
回答量:149
采纳率:100%
帮助的人:0
展开全部
<asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" />页面上的按钮
.cs文件
protected void Button1_Click(object sender, EventArgs e)
{
Response.Write("<script>");
Response.Write("window.open('default.aspx','','width=500,height=500')");
Response.Write("</script>");
}
如果不行 肯定是你电脑里阻止弹出窗口了.
bluelotus7
2009-08-27 · TA获得超过444个赞
知道小有建树答主
回答量:221
采纳率:0%
帮助的人:0
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Page1</title>
<script>

function test()
{
window.open('default.aspx','','width=500,height=500')

}
</script>
</head>
<body>
<button onclick="test();">Click me</button>
</body>
</html>

如果前台用asp.net控件,那么保留前面的JavaScript,然后可以在这个button的点击事件里,这么写:
Response.Write("<script>test();</script>");
这样就可以去调用javascript里的test()
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友2f1730336
2009-08-27 · TA获得超过911个赞
知道小有建树答主
回答量:1316
采纳率:0%
帮助的人:1060万
展开全部
晕……Web 2.0了,用弹出层多好!还有服务器控件性能值得怀疑!!!

IE Dialog 过时了!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友94f02eb
2009-08-26 · TA获得超过8612个赞
知道大有可为答主
回答量:7955
采纳率:74%
帮助的人:4483万
展开全部
可以啊
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式