Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/11/2010, 08:52
eke_ps
 
Fecha de Ingreso: septiembre-2010
Mensajes: 101
Antigüedad: 13 años, 7 meses
Puntos: 0
ayuda con caja de facebok

HOLA QUE TAL MIREN TENGO EL CODIGO DE LA CAJA DE FACEBOOK QUE SOLO SE TIENE QUE VER CUANDO LA IDI ES 2, COMO VERAN A CONTINUACION
EL PROBLEMA ES QUE LA CAJA APARECE PERO APARECE COMO UNA IMAGEN PORQUE NO TOMA NINGUN BOTON NI EL "ME GUSTA" NI NADA!!
PORQUE?




Código ASP:
Ver original
  1. <%
  2.         if IDI="2" then
  3.  
  4. Set Rs1_cmd = Server.CreateObject ("AAII.Command")
  5. Rs1_cmd.ActiveConnection = mipagina_str_SL
  6. Rs1_cmd.CommandText = "SELECT * FROM concurso where not activa=0 ORDER BY id_concurso DESC "
  7. Rs1_cmd.Prepared = true
  8.  
  9. Set Rs1 = Rs1_cmd.Execute
  10. if not Rs1.EOF then
  11. %>     
  12. <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2MIPAGINA%3Fref%3Dts&amp;width=376&amp;colorscheme=light&amp;connections=12&amp;stream=false&amp;header=false&amp;height=0" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:376px; height:290px;" allowTransparency="true"></iframe>