no consigo llevar la variable con los datos al popup... y eso?... me sale siempre vacio el iframe
boton -->
Código:
<input type="button" value="Mostrar" name="resultado" onclick="window.open('x.html', 'titulo', 'toolbar,menubar,scrollbars,resizable,directories, status,location,copyhistory,width=400,h eight=400')" class="botones2" title="Ver Como HTML">
popup -->
Código:
<body onload="mostrar()">
<iframe name="ventana" frameborder="0" width="100%" height="100" align="center" marginwidth="0" marginheight="0" scrolling="yes"></iframe>
</body>
tengo q hacer algo mas... :pirata: