//below javascript is used for Disabling right-click on HTML page document.oncontextmenu=new Function(“return false”);//Disabling right-click //below javascript is used for Disabling text selection in web page document.onselectstart=new Function (“return false”); //Disabling text selection in web page if (window.sidebar){ document.onmousedown=new Function(“return false”); document.onclick=new Function(“return true”) ; //Disable Cut into HTML form using Javascript document.oncut=new Function(“return false”); //Disable Copy into HTML form using Javascript document.oncopy=new Function(“return false”); //Disable Paste into HTML form using Javascript document.onpaste=new Function(“return false”); }

Click on the Download link to download DECEMBER 2015 Previous Year Question Papers in one click. All Correct links if you facing any kind of problem you can Contact with US

Certificate in Computing

1.

CIC-02

The Technology

2.

CIC-05

Microsoft Office

LEAVE A REPLY

Please enter your comment!
Please enter your name here