div .
var shimDiv = document.createElement('div');
shimDiv.id = 'shim';
shimDiv.style.position = 'absolute';
shimDiv.style.top = 0;
shimDiv.style.left = 0;
shimDiv.style.width = "700px";
shimDiv.style.height = "300px";
shimDiv.style.backgroundColor = '#000';
shimDiv.style.zIndex = 3;
, IE, :
shimDiv.style.opacity = '0.75';
IE , :
shimDiv.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(opacity=75)';
div :
document.body.appendChild(shimDiv);
IE, IFrame DIV.
IFrame JavaScript, :
var iframe = document.createElement('iframe');
iframe.setAttribute("src", "javascript:false");
src IFrame "javascript: false", IFrame ( , , "" ", HTTPS).
IFrame div, z-index.
iframe.style.zIndex = 2;
CSS. , JavaScript.