Click to See Complete Forum and Search --> : Rotating into problems!!!


cathythomas
11-05-2003, 09:48 AM
Hi,
I am cathy and I need some help for which I would be really very grateful. I need to rotate an image(a gif file for instance placed in the browser) when double clicked on the image. Can anyone help me in this regard. Thank you.

AdamBrill
11-05-2003, 04:24 PM
<img src="test.gif" ondblclick="this.src='test2.gif'">

It will start being test.gif and will change to test2.gif when you double click the image.

cathythomas
11-06-2003, 02:37 AM
thanks a lot it really did help