Home > Web Front-end > HTML Tutorial > Pages in iframe disable right-click events_html/css_WEB-ITnose

Pages in iframe disable right-click events_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:03:21
Original
1384 people have browsed it

Add in the sub-page:


<script>	document.oncontextmenu = function(){		return false	}</script>
Copy after login
and that’s it

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template