Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/10/2011, 02:59
ferranWEB
 
Fecha de Ingreso: enero-2002
Mensajes: 1.872
Antigüedad: 22 años, 3 meses
Puntos: 3
error cargando html con thickbox

buenas,

me he descargado el thickbox, y intento hacer qie al cargar mi pagina me cargue un html, con una foto a un tamaño predeterminado. el problema es que me da el siguiente error:

ReferenceError: Can't find variable: imgLoader

y el codigo es el siguiente:

Código:
    <script type="text/javascript" src="jquery.js"></script>
    <script type="text/javascript" src="thickbox.js"></script>
    <link rel="stylesheet" href="thickbox.css" type="text/css" />

<script> 
function init() 
{ 
TB_show('Loaded onload', 'prueba.html?height=500&amp;width=600', null); 
} 
</script> 

[body]..

<body onload="init()">
me hace la intención de cargar pero me muestra el error...

saludos!