Click to See Complete Forum and Search --> : Image flip using a click event instead of an onmouseover


mcmcom
September 4th, 2003, 01:14 PM
I have 4 pics and a large pic. When you pass the mouse over the pics the large one changes, simple onmouseover dual image flip.
However, can i use onMouseClick as an event, keeping in mind
that i don't want to pass it to a HTML file. IE when the pic gets clicked i don't want a new page linked. Any help?

Thanks
mike@mcm-com.com

Thread1
September 8th, 2003, 02:50 AM
You can disregard the event by issuing the following statement

event.returnValue = false;