Quellcode-Bibliothek 389924-1b.html
Interaktion und Portierbarkeitunbekannt
<!DOCTYPEhtml>
<html>
<head>
<script>
function boom()
{ vartable = document.getElementById("table");
var newCaption = document.createElement('caption');
newCaption.appendChild(document.createTextNode("THIS SHOULD BE VISIBLE")); table.appendChild(newCaption); table.appendChild(document.createElement("tbody"));
}
</script>