Click to See Complete Forum and Search --> : Javascript click thing help


pigco
07-29-2003, 02:21 PM
Hi all. can someone help me out plz. on my website, i want to have it so that every time the mouse is clicked, a .gif animation is shown where the mouse was clicked. i have got the gif animation. i have tried modifying the fireworks script similar to my idea, but it didnt work. any help would be apreciated, thx

Khalid Ali
07-29-2003, 10:04 PM
This is what yo need to do.
Capture mouse down event on the document level.
then get the mouse co-ordinates from the event object and then display the image at those coords...

pigco
07-30-2003, 10:36 AM
ok understood, but how do i go about doing this? i use dreamweaver if thats any help