He cambiado algunas cosas y he conseguido "pasar" el error anterior, ahora puedo guardar correctamente la variable
RutaIframepero ahora tengo algunos problemas nuevos ...
el debugger me envia esto :
Unsafe JavaScript
attempt to access frame with URL file:///F:/Vodoad/Menu.html
from frame with URL file:///F:/Vodoad/index.html. Domains, protocols and ports must match.
Uncaught TypeError: Cannot call method 'getElementById' of null
La función sigue siendo igual :
Código Javascript
:
Ver originalRutaIframe = document.getElementById("iframePortada").contentDocument;
RutaIframe.getElementById('IDdentrodelIframe').className = ('ClaseQueQuieroAñadir');