Сосредоточьтесь на изображении при щелчке
function setFocusToTextBox(){
document.getElementById("abc").scrollIntoView();
}
Sparkling Sloth
function setFocusToTextBox(){
document.getElementById("abc").scrollIntoView();
}
window.onload=function(){
document.getElementById("abc").scrollIntoView();
}