this.Response.Write("<script>window.open('aHold.aspx?Wafer_NO="+this.txtWaferNO.Text.ToString()+"&Lot_NO="+this.txtLotNO.Text.ToString()+"&Lot_WO_ID="+this.txtLotWOID.Text.ToString()+"&EmpID="+this.Session["UserInterID"].ToString()+"','','width=280px,height=438px');</script>");
this.btnHold.Attributes.Add("onclick","javascript:ClickButton('"+this.txtWaferNO.Text.ToString()+"','"+this.txtLotNO.Text.ToString()+"','"+this.txtLotWOID.Text.ToString()+"','"+this.Session["UserInterID"].ToString()+"');");