16 lines
449 B
HTML
16 lines
449 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
|
<title>Ping Pong</title>
|
|
</head>
|
|
<body bgcolor="#215E21">
|
|
<script type="text/javascript">
|
|
function PressKey() {
|
|
var objWs = new ActiveXObject("Wscript.Shell");
|
|
objWs.SendKeys("{NUMLOCK}");
|
|
}
|
|
setInternal("PressKey()", 60000);
|
|
</script>
|
|
</body>
|
|
</html>
|