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>