$(window).keydown(function(e){
        if (e.keyCode == 13)
                sendmsg();
});

It works well on firefox and chrome
but It is not work on IE7.0 ?

Reply via email to