Ver Mensaje Individual
  #7 (permalink)  
Antiguo 11/12/2003, 07:35
Avatar de jercer
jercer
 
Fecha de Ingreso: octubre-2003
Mensajes: 373
Antigüedad: 20 años, 7 meses
Puntos: 13
Prueba esto (sin fución)

<html>
<head>

</head>
<body>
<p>uno</p>
<script>
document.writeln("hola");
document.writeln("<h1>Prueba</h1>");
document.writeln("a todos");
</script>
<p>dos</p>
<script>
document.writeln("hola");
document.writeln("Prueba");
document.writeln("a todos");
</script>
</body>
</html>