Message # 17 | 6:57 AM
PSHU,

Code
<script type="text/javascript">
$('#mchatMsgF').keypress(function(e){
if (e.keyCode == '13'){
$('#mchatBtn').click();
}
});
</script>


Hope this helps, happy

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.