diff --git a/public/admin/js/subModal.js b/public/admin/js/subModal.js index a750546912736c3097a616d307ba09ef3a32e7dc..a44f10e037d1e0794f4abf1ade1c050c79f1f1e1 100644 --- a/public/admin/js/subModal.js +++ b/public/admin/js/subModal.js @@ -59,7 +59,7 @@ function initPopUp() '<img alt="Fermer la fenêtre" src="' + imagesUrl + 'bouton/close.gif" onclick="hidePopWin(false);" id="popCloseBox" title="Fermer"/>' + '</div>' + '</div>' + - '<iframe style="width:100%;height:100%;background-color:transparent;" scrolling="auto" frameborder="0" allowtransparency="true" id="popupFrame" name="popupFrame" width="100%" height="100%"></iframe>' + + '<iframe title="PopupFrame" scrolling="auto" frameborder="0" allowtransparency="true" id="popupFrame" name="popupFrame" width="100%" height="100%"></iframe>' + '</div>'; theBody.appendChild(popmask); theBody.appendChild(popcont); @@ -327,4 +327,4 @@ function displaySelectBoxes() { } } } -} \ No newline at end of file +}