[thelist] Javascript not working in NS 4.XX

Joshua OIson joshua at alphashop.net
Thu May 10 13:31:47 CDT 2001


Also, the example is using

if (document.images)

as a conditional to run the block of code.  It's not good/bad form, but I
was anticipating that the code would use the images array when doing the
swap.  iow, I was expecting to see

document.images[changeImages.arguments[i]].src=eval(changeImages.arguments[i
+1]+ ".src");

instead of

document[changeImages.arguments[i]].src=eval(changeImages.arguments[i+1]+
".src");

It doesn't lessen the functionality for NS and IE, but may not work in some
other browsers (?? examples of it not working anyone?)

just something to think about.

-joshua

----- Original Message -----
From: "Joe Crawford" <jcrawford at avencom.com>
Subject: Re: [thelist] Javascript not working in NS 4.XX


> Line 37:
>
> -->
>
> Should be:
>
> file://-->






More information about the thelist mailing list