Latest All
Translate Language
Thursday, 1 March 2012
onkeypress
<html>
<head>
<script type="text/javascript">
function msg()
{
alert("onkeypress event");
}
</script>
</head>
<body onkeypress="msg()">
<p>Focus on your programming</p>
</body>
</html>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment