Hola sylvia:
Es curioso que en un foro donde se acostumbra a "compartir" conocimentos, se haga esta pregunta.
Se me ocurrió que siendo muy difícil ese objetivo (tal como indica KarlanKas
) podrías poner el código un poco rebuscado...
<html>
<head>
<script>
function perverso2(){
this.length = "contando...";
}
function perverso(){
this.nombre = "Document";
this.name = this.nombre;
this.getElementById = function(x) {
alert(x);
}
this.forms = new perverso2();
}
var idioteces = window;
var Document = new perverso();
window.lastModified = "hola";
</script>
</head>
<body onload="var x = Document.getElementById('¡sistema de seguridad\nactivo...!');
alert(window.lastModified);
alert(Document.forms.length)">
</body>
</html>
Saludos