Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/11/2009, 09:03
Avatar de zerokilled
zerokilled
Javascripter
 
Fecha de Ingreso: abril-2009
Ubicación: Isla del Encanto, La Borinqueña [+>==]
Mensajes: 8.050
Antigüedad: 15 años, 9 meses
Puntos: 1485
Respuesta: parent en netscape

en este ejemplo utilizo iframe, pero no tiene importancia si es iframe o frame.

base.htm
Código:
<html><head></head><body>
<div id="hidden" style="display:none;">content</div>
<iframe src="iframe.htm"></iframe>
</body></html>
iframe.htm
Código:
<html><head></head><body>
<input type="button" value="click here" onclick="parent.document.getElementById('hidden').style.display = 'block';" />
</body></html>
__________________
la maldad es una virtud humana,
y la espiritualidad es la lucha del hombre contra su maldad.