Home >Web Front-end >JS Tutorial >[Web] Methods to prevent users from copying page content and saving pages_javascript skills

[Web] Methods to prevent users from copying page content and saving pages_javascript skills

WBOY
WBOYOriginal
2016-05-16 18:56:151469browse
oncontextmenu="return false"
ondragstart="return false"
onselectstart ="return false"
onselect="document.selection.empty()"
oncopy="document.selection.empty()"
onbeforecopy="return false"
onmouseup="document.selection.empty()">



正文内容

Statement:
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