28 lines
525 B
HTML
28 lines
525 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>votian: Leere Seite</title>
|
|
<link rel="stylesheet" type="text/css" href="../css/phoenix.css">
|
|
|
|
<script src="../include/key_events_content.js" language="JavaScript1.2" type="text/javascript">
|
|
</script>
|
|
|
|
<script for="document" event="onkeydown()" language="JScript" type="text/jscript">
|
|
<!--
|
|
{
|
|
if (window.event.altKey && event.keyCode >= 49 && event.keyCode <= 57) {
|
|
actionMapEvent(window.event, event.keyCode);
|
|
}
|
|
}
|
|
//-->
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body onload="this.focus();">
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html> |