[thelist] WinXP/JavaScript prob

Stephen Purkiss stephenpurkiss at btopenworld.com
Fri Mar 8 08:36:01 CST 2002


Hi,

Thanks once again Jeff!

My head's starting to get round documents and objects now - there's lots to
learn when doing web sites!

One little mistake in your code (although it was a good learning experience
finding out what the problem was!):

>     document.images[iName + '_' + iIndex] = self[iName + '_' +
iState].src;

should be:

document.images[iName + '_' + iIndex].src = self[iName + '_' + iState].src;



Steve




More information about the thelist mailing list