Ver Mensaje Individual
  #5 (permalink)  
Antiguo 24/05/2005, 10:22
MikiBroki
 
Fecha de Ingreso: abril-2002
Mensajes: 1.014
Antigüedad: 22 años, 11 meses
Puntos: 8
Te lo pongo todo y ya me dirás:

Código:
<HEAD>
<script languaje=JavaScript>

function mostrar()
{
numero=1;
document.write('<iframe name="Texto" src="./NOTAS/' + numero + '.txt" width="100%" height="100%" hspace=0 marginwidth=0></iframe>');
}
</script>
</HEAD>

<BODY>
<input type="button" onclick="mostrar();">
</BODY>

</HTML>