Имеется вот такой код
<?
{
echo "<div class='mess'>Соощение для ";
echo "<b> $ank[nick] </b></div></br>";
echo "<form method='post' name='message' action='/mail.php?id=$ank[id]&$passgen'>\n";
echo "<table width='100%'>\n";
echo "<tr>\n";
echo "</tr>\n";
echo "<tr>\n";
echo "<td width='100%'>\n";
if (!isset($msg2))$msg2=NULL;
echo '<textarea name="msg" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">'.$msg2.'</textarea><br />';
echo "</td>\n";
echo "</tr>\n";
echo "</table>\n";
if ($user['level']==0 && mysql_result(mysql_query("SELECT COUNT(*) FROM `users_konts` WHERE `id_kont` = '$user[id]' AND `id_user` = '$ank[id]'"), 0)==0)
echo "<img src='/captcha.php?SESS=$sess' width='100' height='30' alt='Проверочное число' /><br />\n<input name='chislo' size='5' maxlength='5' value='' type='text' /><br/>\n";
echo "<input type='submit' name='send' value='Отправить' />\n";
echo "</form>";
}
?>
как сделать, чтоб отправлялось по нажатию на Enter ???