Hi I am very naive at this, never written a javascript.
This is my problem. I have 7 small images which when clicked changes the pages in the iframe of the body. I currently have Mouseover and Mouseout events for these images which change these images from black/white to color. This is what I want to happen:
When someone clicks on image "X" I want the Mouseout event to not occur so that the image remains in color.
When image "Y" is clicked I want the Mouseout event to not occur for image "Y" but the Mouseout event for image "X" to occur.
I know that this may involve setting a flag to be checked etc. but I have no clue about syntax so code examples would be much appreciated.
Thanks,
JD
This is my problem. I have 7 small images which when clicked changes the pages in the iframe of the body. I currently have Mouseover and Mouseout events for these images which change these images from black/white to color. This is what I want to happen:
When someone clicks on image "X" I want the Mouseout event to not occur so that the image remains in color.
When image "Y" is clicked I want the Mouseout event to not occur for image "Y" but the Mouseout event for image "X" to occur.
I know that this may involve setting a flag to be checked etc. but I have no clue about syntax so code examples would be much appreciated.
Thanks,
JD