TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
parthasarathy B
NA
927
107.5k
Disabling right click event in the PDF loaded in embed tag
Nov 15 2019 5:17 AM
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"
, function () {
return
false
;
});
Reply
Answers (
2
)
How to Handle Sequential AJAX Calls using jQuery
Multiple function call using jquery.