Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

showing SCRIPT70: permission denied error in IE9 when i click F12 tab

$
0
0

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()

}

}



Viewing all articles
Browse latest Browse all 3527

Trending Articles