[thelist] Ibox javascript problem

Juan Manuel Lucero listas at innovaestudio.com.ar
Wed Aug 16 06:44:18 CDT 2006


Hi Lee.
Actually, the problem was with the images. The name of the images was i.e.
"bigPicture.jpg" and the script seems not to recognize Caps. Weird...

Thanks,

Juan Manuel

-----Mensaje original-----
De: thelist-bounces at lists.evolt.org [mailto:thelist-bounces at lists.evolt.org]
En nombre de Lee kowalkowski
Enviado el: martes, 15 de agosto de 2006 6:02
Para: thelist at lists.evolt.org
Asunto: Re: [thelist] Ibox javascript problem

On 15/08/06, Juan Manuel Lucero <listas at innovaestudio.com.ar> wrote:
> Hi,
>
> Test page is on http://www.semiosis.com.ar/inicio.htm
> I can see the black layer on top but it never loads the big image.
>
> Any ideas?

Ibox.js doesn't even parse on my machine.  You have this:

var strHTML = "{snip} src=\""images/+url+"\" {snip}";

I think should be: "src=\"images/" + url.

Using a good syntax highlighter would make this easier to spot.  Also, I
would have used single quotes for this string literal, so I didn't have to
escape all my double quotes, making it easier to read.

--
LK
-- 

* * Please support the community that supports you.  * *
http://evolt.org/help_support_evolt/

For unsubscribe and other options, including the Tip Harvester and archives
of thelist go to: http://lists.evolt.org Workers of the Web, evolt ! 




More information about the thelist mailing list