Отключение события щелчка правой кнопкой мыши в PDF-файле, загруженном в тег Embedded
Hi all, I have a loaded the PDF document in the .aspx page using embed tag. In that loaded PDF document, i should disable the right click event, which gives the options to save the document by the end user. usual jquery which disables right click event is not working for this scenerio. any help would be appreciated , thanks in advance. Jquery event
Что я уже пробовал:
$("body").on("contextmenu", функция () {
возвращать false;
});
<pre lang="Javascript">