I'm attempting to make a small app that browses a forum (not this one) and will record which posts have been seen, allowing an 'unseen posts' functionality. The problem is, when I try to post in the browser (which utilises Delphi 6's TWebBrowser) enter and return do not give carriage returns in the form, however alt+0013 does. As it doesn't have an OnKeyPress/Down/Up event, I'm a bit stuck as to how the situation can be solved. Anyone got any ideas?