Skip to content
Snippets Groups Projects
Commit e7b4b8e7 authored by efalcy's avatar efalcy
Browse files

dev #17875 : RGAA NAV-16 : iframe title

parent 1a693be7
Branches
Tags
3 merge requests!896Master,!799Dev 17875 rgaa,!785Dev 17875 rgaa
......@@ -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
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment