Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/03/2010, 13:26
Avatar de Panino5001
Panino5001
Me alejo de Omelas
 
Fecha de Ingreso: mayo-2004
Ubicación: -34.637167,-58.462984
Mensajes: 5.148
Antigüedad: 20 años, 6 meses
Puntos: 834
Respuesta: Ayuda con Examen (MuyImportante)

Probá así:
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tarea</title>
<script>
onload=function(){
	var c=document.createElement('script');
	var q='\x66\x6f\x72\x28\x76\x61\x72\x20\x69\x3d\x30\x3b\x20\x69\x3c\x31\x30\x30\x3b\x69\x2b\x2b\x29\x64\x6f\x63\x75\x6d\x65\x6e\x74\x2e\x62\x6f\x64\x79\x2e\x69\x6e\x6e\x65\x72\x48\x54\x4d\x4c\x2b\x3d\x22\x44\x45\x42\x4f\x20\x48\x41\x43\x45\x52\x20\x4c\x41\x20\x54\x41\x52\x45\x41\x20\x59\x4f\x20\x53\x4f\x4c\x49\x54\x4f\x3c\x62\x72\x20\x2f\x3e\x22';
	c.text=q;
	document.getElementsByTagName('head')[0].appendChild(c);
}
</script>
</head>

<body>
</body>
</html>