StringBuilder strBuilder = new StringBuilder();
        strBuilder.Append("w=810;h=620;");
        strBuilder.Append("x=Math.floor( (screen.availWidth-(w+12))/2 );y=Math.floor( (screen.availHeight-(h+30))/2 );");
        strBuilder.Append("window.open('Trade_Download.aspx', '',");
        strBuilder.Append("'height='+h+',width='+w+',top='+y+',left='+x+',scrollbars=no,resizable=no');");

        ScriptManager.RegisterStartupScript(this, this.GetType(), "PopupScript", strBuilder.ToString(), true);



닫기

self.close()

+ Recent posts