Click to See Complete Forum and Search --> : freeze


blaster
02-05-2003, 12:24 PM
i wanna make a javascript that makes an alert when we move the mouse (nonstop) or when we enter a keyboard button by cliking in an image
please help!

blaster
02-08-2003, 05:14 AM
to keep out the curious :) because the image says do not click

Nevermore
02-08-2003, 08:19 AM
I agree with Dave, but if you really want to do it you can use
onMouseMove=alert("insert_your_text_here");

or
put the following tag around the image:

<a href="#" onClick="alert('insert_your_text_here">image </a>