请问一下各位,我在网页上放置一个按钮,点击时弹出另一个页面,在我的机子上运行时可以弹出,当把网站打包安装到另一台电脑时,点击按钮,就弹不出网页,这是是么问题,谢谢!
我按钮中的代码是这样的
   protected void Button2_Click(object sender, EventArgs e)
    {
        Response.Write("<script>window.open('newclass.aspx')</script>");    }