Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

guestbook code


ghost's Avatar
0 0

i'm having problems making a unicode post method in javascript. <html> <head> <script type="text/javascript"> function whichButton(event) { alert(event.keyCode) }

</script> </head>

<body onkeyup="whichButton(event)"> <p><b>Note:</b> Make sure the right frame has focus when trying this example!</p> <p>Press a key on your keyboard. An alert box will alert the unicode of the key pressed.</p> </body>

</html>

thats what i have from w3schools.com but it give an alert box instead of using the post method. Does anyone have any ideas?:ninja: