<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
body
{
overflow: hidden;
}
</style>
<script type="text/javascript" onload="init()">
/*
http://127.0.0.1:7070/PrjJsp/iframe/test.html
*/
function init()
{
alert("dfsdf");
}
</script>
</head>
<body oncontextmenu="return false;" leftMargin="0" topMargin="0"
oncopy="return false; " oncut="return false;" onselectstart="return false">
<div
style="display: block; border-top-width: 10px; border-right-width: 10px; border-bottom-width: 10px; border-left-width: 10px; width: 500px; height: 89px; background: red">第1个div</div>
<div style="display: inline; background: green">第2个div</div>
<div style="display: inline; background: blue">第3个div</div>
</body>
</html>
无法操作鼠标左键,拖拉,复制,黏贴