Jump to content

<HTML>

<HEAD>

</HEAD>

<BODY>

<SPAN id=keycode></SPAN>

<script language="JScript">

function keydown(){

if(event.keyCode){

document.all("keycode").innerText=event.keyCode;

}

}

document.onkeydown = keydown;

</SCRIPT>

</BODY>

</HTML>

0 评论

Recommended Comments

没有要显示的评论。

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

访客
Add a comment...