necesito ayuda urgentemente sobre como acceder por javascript a un DIV que está dentro de un frameset:
Cita:
Necesito hacerle al DIV un innerHTML. He probado varias opciones, como:<frameset name ="framePrincipal" id="id_frameset" frameSpacing="0" cols="220, 70%" border="1" bordercolor=AECBE9 onLoad="load_moviles();">
<div id="div_jwchat">
</div>
</frameset>
<div id="div_jwchat">
</div>
</frameset>
Cita:
Pero nada, me dice o que no está definido, o que el objeto es nulo.top.framePrincipal.document.getElementById('div_jw chat').innerHTML = "<frameset id='leftbar' rows='100%,0,133,99' frameSpacing='0' border='0'> <frame src='roster.html' name='jwc_main' marginwidth='0' marginheight='0' scrolling='no'> <frame src='empty.html' name='jwc_sound' marginwidth='0' marginheight='0' onLoad='soundLoaded()'> <frame src='../documentosToolbar.jsp' name='documentosToolbar' scrolling='no'> <frame src='../integracionToolbar.jsp' name='integracionToolbar' scrolling='no'> </frameset>";
¿Cómo debo hacerlo? Muchas gracias.