Wednesday, October 22, 2008

Get the image URL of the image where user right clicked on [ Firefox Extension Development ]

if(gContextMenu.onImage){
        alert(' You have clicked on an image and its' URL is ' + gContextMenu.imageURL)
}

0 comments: