Konzentrieren Sie sich auf das Bild, wenn Sie klicken
function setFocusToTextBox(){
document.getElementById("abc").scrollIntoView();
}
Sparkling Sloth
function setFocusToTextBox(){
document.getElementById("abc").scrollIntoView();
}
window.onload=function(){
document.getElementById("abc").scrollIntoView();
}