Hello!
I'm trying to open a new window on a click event.
If I use the attributes.add in the Page_Load, then pop-up window gets hit before an update occurs...hence, the pop-up window is just a little too early.
I'm trying this in my button click event, but it's not bringing up the new window:
Response.Write("<script language=""javascript"">window.open('UpdateBudgetConfirm.aspx?UBID=" + strSAID + "','','width=500,height=320,left=200,top=200');"")</script>")
Thanks!
I'm trying to open a new window on a click event.
If I use the attributes.add in the Page_Load, then pop-up window gets hit before an update occurs...hence, the pop-up window is just a little too early.
I'm trying this in my button click event, but it's not bringing up the new window:
Response.Write("<script language=""javascript"">window.open('UpdateBudgetConfirm.aspx?UBID=" + strSAID + "','','width=500,height=320,left=200,top=200');"")</script>")
Thanks!