Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/10/2007, 15:54
losporros
 
Fecha de Ingreso: noviembre-2005
Ubicación: Torreon Coahuila
Mensajes: 100
Antigüedad: 18 años, 5 meses
Puntos: 1
Re: Utilizar window.onload = function() para abrir ventana thickbox al inicio-SOLUCIO

Me respondo ami mismo y Aqui la Solucion:

Código PHP:
<script>
function 
init()
{
TB_show('Loaded onload''ajaxOverFlow.html?height=500&amp;width=600'null);
}
</script>
<body onload="init()">