yongwc2710
Results
1
issues of
yongwc2710
``` ``` function AdminshowAssignSold() { var answer = window.showModalDialog("AssignSold.aspx?ProID=",null, "dialogWidth:500px; dialogHeight:500px; center:yes"); answer.focus(); if (answer == "1") location.reload(); } Please assist on this . the pop up windows close automatically...