<textarea id="elm" name="elm" 
class="xheditor {tools:'Fontface,FontSize,Bold,Italic,Underline,FontColor,BackColor,Emot',skin:'nostyle',
shortcuts:{'enter':function(){send();return false;}}}" rows="6" cols="20" style="width:602px;height:103px;margin-top:-1px;"></textarea>我想用户按回车键提交,其中send()是外部js文件中定义的方法,现在无论哪个浏览器都报错。但是把send()换成alert("text")时,按回车就能弹出对话框,请问有人知道怎么解决么?