MediaWiki: Popup.js : Différence entre versions
De ECU
Ligne 1 : | Ligne 1 : | ||
+ | |||
+ | |||
function popup() { | function popup() { | ||
w=open("",'popup','width=400,height=200,toolbar=no,scrollbars=no,resizable=yes'); | w=open("",'popup','width=400,height=200,toolbar=no,scrollbars=no,resizable=yes'); |
Version du 16 avril 2019 à 14:41
function popup() { w=open("",'popup','width=400,height=200,toolbar=no,scrollbars=no,resizable=yes'); w.document.write("Ce popup n'est pas un fichier HTML, "); w.document.write("il est écrit directement par la fenêtre appelante"); w.document.write("</body>"); w.document.close(); var myElement = document.getElementById('mw-popup'); }