Ver Mensaje Individual
  #17 (permalink)  
Antiguo 12/12/2012, 15:39
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 10 meses
Puntos: 1012
Respuesta: Es posible la comunicación entre dos paginas html dentro el mismo server m

emprear me ha dado la idea
Cita:
<object type="text/html" data="Menu.html?css=LaClaseDelIframeQuequieroAñadirAlId" id="IframePortada" ></object>
en Menu.html
Cita:
<style type="text/css">
.LaClaseDelIframeQuequieroAñadirAlId {
color: red;
}
</style>
<script type="text/javascript">
function fnc() {
document.getElementsByClassName('elemento')[n].className = window.location.search.split('=')[1];
}

window.onload = function() {fnc();};
</script>
__________________
if(ViolenciaDeGénero) {alert('MUJER ASESINADA');}