Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/12/2010, 07:23
Avatar de raxper
raxper
 
Fecha de Ingreso: enero-2010
Ubicación: ------
Mensajes: 472
Antigüedad: 14 años, 4 meses
Puntos: 2
Respuesta: Ayuda con codigo iframe !

O.o, no te me compliques la vida

Código Javascript:
Ver original
  1. <script>
  2. function lala(opcion){document.getElementById('div').innerHTML = opcion.name}
  3. </script>
  4.  
  5. <a onclick="lala(this)" name="<iframe src='http://www.youtube.com/embed/ZCjwza6Z2yI' width='400' height='400'></iframe>"><img style="margin: 0pt 1px 1px 0pt; cursor: pointer; width: 112px; height: 100px;" src="http://chicoscartoon.com.ar/wp-content/2010/02/super-pocoyo.jpg" alt="" border="0" /></a>
  6.  
  7.  
  8. <a onclick="lala(this)" name="<iframe src='http://www.youtube.com/embed/_eNxZN3oquw' width='400' height='400'></iframe>"><img style="margin: 0pt 1px 1px 0pt; cursor: pointer; width: 112px; height: 100px;" src="http://i301.photobucket.com/albums/nn74/harrysk8malilla/skate-punk.jpg" alt="" border="0" /></a>
  9.  
  10. <div id="div"></div>