function boom()
{ var f = document.createElementNS("http://www.w3.org/1999/xhtml", "iframe"); f.src = "data:text/html,1"; document.body.appendChild(f); var w;
setTimeout(function() {
w = window.open("data:text/html,", "_blank", "width=200,height=200");
// Note that most of the code below will execute before the window appears, and in fact before "w"becomes non-null.
}, 0);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.