Tuesday, June 21, 2011

Show Page in java Script Pop up Window

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