JS: Remove body element - by w00 How to remove HTML element width all of it's content? var e = document.getElementsByTag('html'); e.removeChild('body'); Does not work. Read the article
Remove body element - by w00 How to remove HTML element width all of it's content? var e = document.getElementsByTag('html'); e.removeChild('body'); Does not work. Read the article