function scrollTop () {
window.scrollBy(0, 100000000000000000);
$("#entry").focus();
}
function showChat (nick) {
$("#toolbar").show();
$("#entry").focus();
$("#connect").hide();
$("#loading").hide();
scrollTop();
}
This code not working in chrome browser but it working in Firefox, so how to use scrollTop () in safari, chrome and opera browser.