Click to See Complete Forum and Search --> : Please Help, Simple Script Issue


mrcurtisjon
07-23-2004, 02:24 PM
Hey Team,

I have been staring at this code for ever and can't seem to fix it. It's for my college senior project and I just can't get it to work. Please help.

If you go to

http://www.portfolio22.com/erin

an index page loads for the CP Dairy science department. When you mouse over the About, Faculty, students etc... tabs in the middle of the page, an error pops up saying

'Document[...]' is null or not an object

I can't fix this to save my life.

Please help, thanks

Pittimann
07-23-2004, 02:41 PM
Hi!

document[changeImages.arguments[i]].src = changeImages.arguments[i+1];

Are you referencing the document array?? If so, you will have to fail.

Try checking out, if you are not missing a period behind 'document' and the rest should hopefully come into your mind.

Cheers - Pit