hi all of you , it's my first post to you ..... and i'm really need help .I make a chat component and show the chat history in a div which is always refreshed and i want to make it always go to bottom , I use this code
document.getElementById("div_name").scrollTop=docu ment.getElementById("div_name").scrollHeight;
it works successfully on mozilla but not on explorer
thank you and happy day