Closed Thread Icon

Topic awaiting preservation: Javascript Error in IE only... (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=22804" title="Pages that link to Topic awaiting preservation: Javascript Error in IE only... (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Javascript Error in IE only... <span class="small">(Page 1 of 1)</span>\

 
CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 08-03-2004 22:15

Here is the page in question.

In IE, when the slide show gets to the 13th image, it stops and I get the "Error on page".

It says that the error is on line 264 Char.27
Error: 'this.image.filters.0' is null or not an object

Here are the two js files that i used.
1
2

Thanks in advance!

Later,

C:\


~Binary is best~

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 08-03-2004 22:30

Well, the error is definitely occuring in recover.js, since that's where the line this.image.filters[0] (which is essentially equivalent to this.image.filters.0) appears at line 263 (sometimes IE gives line numbers which are off by one for some reason).

However, there's way too much code here for me to figure out what's wrong in a reasonable time frame. It looks like dofilter is set to true despite the fact that "the user has specified a custom filter for this slide" (taken from a comment above the problematic line) is perhaps false. This may be a bug in the js file you're using, or you may want to check if you're using it incorrectly.

If you're positive you're not doing anything wrong, then you might want to contact the creator of the slide show script.


 

« BackwardsOnwards »

Show Forum Drop Down Menu