function openemppostingjospopupforrenew(viewfolderid, jobtitle) { window.open('renewpopup.aspx?folderid=' + viewfolderid + '&jobtitle= ' + jobtitle, 'List', 'scrollbars=yes,resizable=no,left=140,top=100,width=750,height=150'); }
btnrenew.Attributes.Add("onclick", "openemppostingjospopupforrenew(' " + Convert.ToInt32(folderid) + " ',' " + lnbtnfolname.Text + " ')");
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)