function scollToBottom(){ var chatwindow=document.getElementById('chatwindow'); chatwindow.scrollTop = chatwindow.scrollHeight; }