popup is not opening when I click on sencond time the same button. First time window is opening but when i close it and click the button again , the window is not opening.
I click on F12 it shows the error
SCRIPT70: permission denied
emxUIModal.js line 67 character 9
below is the code on line number 67
if (!top.modalDialog || top.modalDialog.contentWindow.closed){
var objModalDialog = new emxUIModalDailog(self, url,width,height,scrollbar);
objModalDialog.show();
}
else{
if (top.modalDialog){
top.modalDialog.show()
}
}