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 Information Technology |
|||
01. |
CIT-001 |
Fundamentals of Computer System |
|
2. |
CIT-002 |
Introduction to Information Technology |
|
3. |
CIT-003 |
Web Based technology and Multimedia applications |
//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”); }