이런 것도 있더군! ^^
=========================================================
<html>
<head>
<title>Press Any Key</title>
</head>
<body onkeydown="alert('The keyCode is ' + window.event.keyCode)" style="font-family: verdana; font-size: 12px; background-color: buttonface; border: 0; color: buttontext; text-align: center;" scroll="no">
Press Any Key
</body>
<script>
window.resizeTo(200,100);
</script>
</html>
keyword: keyboard, key seq


