el debugger me tira este error :
TypeError: Cannot read property 'contentDocument' of null
he utilizado esta sintaxis :
Código Javascript
:
Ver originalfunction CambiarClaseDesdeFueraDelIframe(){
RutaIframe=window.document.getElementById("framePortada").contentDocument;
RutaIframe.document.getElementById('IdDelDiv').className = ('ClaseQueLeQuieroAñadir');
}