Event Handlers Reference JavaScript Reference




    function function2() {
        alert("This image is copyrighted") 
    }



    

Right click in the image.


             src="http://www.rntsoft.com/style/logo.png" 
         alt="" 
         width="99" 
         height="76">


If you want to prevent the user from opening the context menu, 
add the following code to the  element above:
oncontextmenu="function2(); return false;"