private void ShowPopup()
{
Page.ClientScript.RegisterStartupScript(this.GetType(), "confirmation", "window.open('Message.aspx','windowname2', 'width=200, height=77, directories=no, location=no, menubar=no, resizable=no, scrollbars=0, status=no, toolbar=no');", true);
}
0 comments:
Post a Comment