$("#mchatMsgF").attr("onkeydown", "if(event.keyCode==13) { $('#mchatBtn').click();document.getElementById('mchatIfm2').src='/mchat/?'+Math.random();return false; }"); $('textarea').focus();