Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/10/2005, 19:03
safe
 
Fecha de Ingreso: enero-2003
Ubicación: Córdoba, Argentina
Mensajes: 1.047
Antigüedad: 21 años, 3 meses
Puntos: 10
Claro que se puede

Código:
<html>
<body>
<iframe src="" id="ifreim" style="display:block"></iframe>
<input type="button" value="boton" onclick=" var ifreim = document.getElementById('ifreim'); ifreim.style.display = ifreim.style.display == 'none' ? 'block' : 'none'; "/>
</body>
</html>
espero te sirva.
__________________
oohh... quisiera ser godines!!!