I have a web view (web window). In JavaScript, we have a function window.scrollTo(x,y). So the content will move to (x,y) position. But now I want to do a opposite thing: Assume that I have an anchor tag. When the content go to that tag. I want to know (x,y) moving position.
Can JavaScript do that?