fokus pada gambar saat klik
function setFocusToTextBox(){
document.getElementById("abc").scrollIntoView();
}
Sparkling Sloth
function setFocusToTextBox(){
document.getElementById("abc").scrollIntoView();
}
window.onload=function(){
document.getElementById("abc").scrollIntoView();
}