document.write(""); function disSel (){ return false; } document.body.oncontextmenu = disSel; document.body.ondragstart = disSel; document.body.onselectstart = disSel; document.body.onselect = disSel; document.body.oncopy = disSel; document.body.onbeforecopy = disSel; document.body.onmouseup = function(){ document.selection.empty(); };