PS: hoe komt het dat onderstaande niet werkt in IE?
function scroll()
{
document.getElementById("chat").scrollTop = document.getElementById("chat").scrollHeight;
}
function scroll()
{
document.getElementById("chat").scrollTop = document.getElementById("chat").scrollHeight;
}