Search This Blog
Wednesday, August 01, 2018
Comments:0
<
script type="text/javascript">
var isCtrl = false;
document.onkeyup=function(e)
{
if(e.which == 17)
isCtrl=false;
}
document.onkeydown=function(e)
{
if(e.which == 123)
isCtrl=true;
if (((e.which == 85) || (e.which == 65) || (e.which == 88) || (e.which == 67) || (e.which == 86) || (e.which == 2) || (e.which == 3) || (e.which == 123) || (e.which == 83)) && isCtrl == true)
{
alert('This is Function Disabled');
return false;
}
}
// right click code
var isNS = (navigator.appName == "Netscape") ? 1 : 0;
if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
alert('Dont Copy& Share Using Icons');
return false;
}
function mousehandler(e){
var myevent = (isNS) ? e : event;
var eventbutton = (isNS) ? myevent.which : myevent.button;
if((eventbutton==2)||(eventbutton==3)) return false;
}
document.oncontextmenu = mischandler;
document.onmousedown = mousehandler;
document.onmouseup = mousehandler;
//select content code disable alok goyal
function killCopy(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=killCopy
document.onclick=reEnable
}
Home
Daily Games
சிறு விளையாட்டுகள் மாணவர்களுக்கு கற்றுக் கொடுக்க தினம் ஒரு விளையாட்டு-18 "உட்கார்ந்து ஓடும் ஆட்டம்" (01.08.2018)
சிறு விளையாட்டுகள் மாணவர்களுக்கு கற்றுக் கொடுக்க தினம் ஒரு விளையாட்டு-18 "உட்கார்ந்து ஓடும் ஆட்டம்" (01.08.2018)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
நண்பர்களே.. வாசகர்களின் கருத்து சுதந்திரத்தை வரவேற்கும் இந்தப்பகுதியை ஆரோக்கியமாக பயன்படுத்திக் கொள்ள அன்புடன் வேண்டுகிறோம்.