here's the code but the onKeyPress didn't work.
Code:
<form action="player_detail.php?tab=notes<?=$extra_vars;?>" method="post" enctype="multipart/form-data" name="form_notes5" class="no_margins">
<div><textarea name="content" class="t_11" style="width:253px; height:100px;"></textarea></div>
<div><img src="images/spacer.gif" height="9"><input name="personal" type="hidden" value="1" /></div>
<div align="right"><input name="Submit_notes" type="image" value="Submit_notes" src="images/pp_but_blu_addentry.gif" onkeypress="return false" /></div>
</form>
Bookmarks