is it possible to create a link that when clicked would open a new tab with a certain web page and slide down to a certain div id of that new page, such as comments, knowing div id
<a href="somepage.php" target="_blank">click here</a>
without having any administrative role on that certain website.
Set the fragment identifier of the URL to the div’s ID:
It’s not sliding down, but the browser will put the element in the view. The element must exist on page load though.