Jamie's JavaScript IMG SRC Flipper

This one is easy, but it requires Netscape 3.0. Internet Explorer 3.0 and Netscape 2.0 don't work.

Basically all you do is directly change the SRC attribute of an IMG tag:

document.images[image_number_in_this_frame].src="some-image.gif";

The only gotchas I know of are these:

These two images are image[0] and image[1] within this frame:

Here's the eraser image:

I use document.images[0].src as an object specifier for the 1, and document.images[1].src for the2. main is just the name of this rightmost frame as defined by the frameset tag on my home page.

Hover over this to see them flip flop: Back to Main JavaScript Page

Hover over this to put them back. Go back to my home page.