Wednesday, October 22, 2008

How to check whether user right click on an image [ Firefox Extension Development]



if(gContextMenu.onImage){
     alert(" You clicked on an image.");
}
else{
     alert(" What you clicked on is not an image.");
}

0 comments: