Hi,I am not able to refresh the dct. I am calling an ipl file where i mention onclick refresh. The code is given below: window.resizeTo(650,220); function closeMe() { self.close(); opener.top.getScriptFrame().tryrefresh(); }onClick="closeMe()">OKNow this tryrefresh function is mentioned in the js file. Code is mentioned below:function tryrefresh(){ alert("called referesh"); window.location.href=window.location.href}I m able to show the alert box but still not able to refresh the dct.ThanksNikunj