-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 1.03 KB
/
index.html
File metadata and controls
17 lines (17 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<title> SmartLAB Recruitment Drive </title>
</head>
<script language=JavaScript> var message="Function Disabled!"; function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") </script>
<body bgcolor="#FFFFFF" ondragstart="return false" onselectstart="return false">
<h4> Results will be informed by mail/phone call. </h4>
<hr>
<h4> Contact - </h4>
<br> Varad Gautam <br> 9660582207 <br> varadgautam@gmail.com
<hr>
<b> Submit the answer paper at 2142. </b><br>
<b> This site will go offline at 10.45 PM </b><br>
<b> You can submit the answer sheet at SK 167 also. Call 9772233502 </b><br>
</body>
</html>