
20/03/2005, 08:06
|
 | | | Fecha de Ingreso: mayo-2003 Ubicación: Spain
Mensajes: 2.009
Antigüedad: 21 años, 10 meses Puntos: 2 | |
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:
|