Picture Change On Click Without Javascript
Images, Javascript February 17th, 2009Do you know how to make a picture change when you click it, and then change back when you click it again? Preferably without Javascript if possible.
You can’t do something like that without Javascript. A mouse click is an event, and there is no way to process events but with Javascript. Use the
onclick property of the img, div or a tag.