Response.Write()方法响应导致页面字体变大的解决办法

关于ASP.NET中用Response.Write()方法响应导致页面字体变大的解决办法
 
 

    最近研究了ASP.NET,发现一个问题,比方说在页面里面有个Button,要点击以后要打开新窗口,而且新窗口的URL是根据用户选择结果动态产生的。LinkButton的代码这样写:
    protected void ServiceManHistoryButton_Click(object sender, EventArgs e)
    {
        Response.Write("<script>window.open('EquipmentHistory.aspx?e);