초급 B / S 캡 처 방법
5761 단어 방법.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<style media="print">
body { display : none; }
</style>
</head>
<BODY onload=setInterval("window.clipboardData.clearData()",20)>
<pre>
:
, , , , , 。 , ,
/
“ , 。”6 14 , , , , 。
—— 6400 , 《 》, 。
, 。“ ‘ , ’。”
20 , “ ” 。 , “ ” 14 , 。
, , 。 《 》, , , , 。
,“ 。” :“ , 。”
, 。
</pre>
</body>
</html>
보충:
1、 , <body></body>
<noscript><iframe src=*.html></iframe></noscript>
2、 HTML
<meta http-equiv="pragma" content="no-cache" />
3、 (ie , ), 。
<script language="javascript">
<!--
function testclip(){
try {
if(clipboardData.getData("Text")||clipboardData.getData("HTML")||
clipboardData.getData("URL"))
{
null;
}
}
catch(e){
clipboardData.setData("Text","")
}
setTimeout("testclip()",500)
}
testclip();
//-->
</script>
4、 、Ctrl+n、shift+F10、F5 、
<script>
function KeyDown(){
//alert("ASCII :"+event.keyCode);
if ((window.event.altKey)&&
((window.event.keyCode==37)|| // Alt+ ←
(window.event.keyCode==39))){ // Alt+ →
alert(" ALT+ !");
event.returnValue=false;
}
if ((event.keyCode==8) || //
(event.keyCode==116)|| // F5
(event.keyCode==112)|| //http://bizhi.knowsky.com/ F1
(event.ctrlKey && event.keyCode==82)){ //Ctrl + R
event.keyCode=0;
event.returnValue=false;
}
if ((event.ctrlKey)&&(event.keyCode==78)) // Ctrl+n
event.returnValue=false;
if ((event.shiftKey)&&(event.keyCode==121)) // shift+F10
event.returnValue=false;
if (window.event.srcElement.tagName == "A" && window.event.shiftKey)
window.event.returnValue = false; // shift
if ((window.event.altKey)&&(window.event.keyCode==115)){ // Alt+F4
window.showModelessDialog("about:blank","","dialogWidth:1px;dialogheight:1px");
return false;}
}
function Showhelp(){
alert(" ");
return false;
}
</script>
5、
<img galleryimg="no">
<meta http-equiv="imagetoolbar" content="no">
</head>
6、 , (IE)
<script language="javascript" type="text/javascript">
document.oncontextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");
</script>
7、 、 、 、 、
<body id="body" onselectstart="return false" onpaste="return false" oncopy="return false;" oncut="return false;" oncontextmenu="return false;">
8、
( )
<style>
@media print{
BODY {display:none}
}
</style>
<body>
<body topmargin="0" leftmargin="0"onmouseup="document.selection.empty()">
<noscript>
<iframe></iframe>
</noscript>
, ( , )
setInterval("window.clipboardData.setData('Text',' ')",100)
,
<body>
9、 , ,
, , , , 。
。
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
galleryimg <img galleryimg="no" src="">
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
JavaScrpt 의 substr () 방법추출 할 하위 문자열 의 시작 아래 표 시 됩 니 다.수치 여야 합 니 다.음수 라면 이 매개 변 수 는 문자열 의 끝부분 부터 계 산 된 위 치 를 설명 합 니 다.즉, - 1 은 문자열 의 마지막 문 자 를 가리...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.