Is there any way to bookmark or link to an HTML page (which I am not author of) without having an anchor in the html code ?
I want the page to get scrolled down to a
If everything else fails, you can use get the query from the window.location, use jQuery to get the DOM element, ask for it's position and scrollTop to move there (see jQuery scroll to element)
window.location
scrollTop