Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
guestbook code
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: