Utilisateur:Foxhoundeuh/Bac à sable
document.body.style.margin = "0"; bsod = document.createElement("div"); bsod.style.position = "fixed"; bsod.style.top = "0px"; bsod.style.height = window.innerHeight + "px"; bsod.style.width = window.innerWidth + "px"; bsod.style.backgroundColor = "#0001ac"; inbsod = document.createElement("pre"); inbsod.style.color = "white"; inbsod.style.fontWeight = "bold"; inbsod.style.fontFamily = 'courier'; inbsod.style.fontSize = "12px"; inbsod.style.paddingLeft = ((window.innerWidth/2) - 300) + "px"; inbsod.style.paddingTop = ((window.innerHeight/2) - 120) + "px"; inbsod.innerHTML = "\t\t\t Windows \n\n" + "A exception OE has occured at 0028:C0011E36 in VXD VMM(01) + \n" + "00010E36. The current application will be terminated.\n\n" + "* Press any key to terminate the current application.\n" + "* Press CTRL+ALT+DEL again to restart your computer. You will\n" + " lose any unsaved information in all applications.\n\n" + "\t\t\tPress any key to continue _"; bsod.appendChild(inbsod); document.body.insertBefore(bsod, document.body.firstChild);
Haha, ca ne marche pas !! -_-