Ashura: Inhalt nur zwischen <body></body> ersetzen ?!

Beitrag lesen

Hallo flashnfantasy.

while (0 < document.body.childNodes.length)
   document.body.removeChild(document.body.childNodes[0]);

Oder so:

document.documentElement.removeChild(document.body);  
document.documentElement.appendChild(document.createElement('body'));

Einen schönen Mittwoch noch.

Gruß, Ashura

--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]