![]() |
|
|
+ Search |
![]()
|
Mar 2nd, 2000 01:29
Martin Honnen,
NN2 and IE3 don't have the document.images array in their DOM. To write image swapping code that doesn't throw errors with these browsers you check if (document.images) before manipulating image urls in your client side JavaScript code.