Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/02/2011, 20:23
zhubby
 
Fecha de Ingreso: enero-2008
Mensajes: 6
Antigüedad: 16 años, 3 meses
Puntos: 0
Pregunta Display "none"

Hola, tengo un problema y espero que me puedan ayudar. En mi web utilizo el script...
"<script type="text/javascript">
function changeNavigation(id)
{document.getElementById('conitah').innerHTML=docu ment.getElementById(id).innerHTML}</script>"


El problema es el siguiente...

<div id="conitah"> Hola......Pongo un link para el id 3..</div>

<div id="3" style="display:none"><h1>My friends</h1>

****Pongo en esta id un codigo java por ejemplo el de connect friends & al verlo en mi web este no lo muestra y quisiera saber si hay alguna forma de mostrar cualquier java en display none***

<!-- Include the Google Friend Connect javascript library. -->
<script type="text/javascript" src="http://www.google.com/friendconnect/script/friendconnect.js"></script>
<!-- Define the div tag where the gadget will be inserted. -->
<div id="div-7822062188774060858" style="width:276px;border:1px solid #cccccc;"></div>
<!-- Render the gadget into a div. -->
<script type="text/javascript">
var skin = {};
skin['BORDER_COLOR'] = '#cccccc';
skin['ENDCAP_BG_COLOR'] = '#e0ecff';
skin['ENDCAP_TEXT_COLOR'] = '#333333';
skin['ENDCAP_LINK_COLOR'] = '#0000cc';
skin['ALTERNATE_BG_COLOR'] = '#ffffff';
skin['CONTENT_BG_COLOR'] = '#ffffff';
skin['CONTENT_LINK_COLOR'] = '#0000cc';
skin['CONTENT_TEXT_COLOR'] = '#333333';
skin['CONTENT_SECONDARY_LINK_COLOR'] = '#7777cc';
skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#666666';
skin['CONTENT_HEADLINE_COLOR'] = '#333333';
skin['NUMBER_ROWS'] = '4';
google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */);
google.friendconnect.container.renderMembersGadget (
{ id: 'div-7822062188774060858',
site: '13807108916954185102' },
skin);
</script>

</div>


Gracias por su ayuda :3 si desean verlo aqui esta la pagina... http://conitah.awardspace.us/ls.php (el cuadrado verde es el de friends)