I have page1.html and page2.html. There are bunch of inline links on page2.html, on click of each link, page2 scrolls down to certain section on the screen.
Now, I need, on click of certain link on page1.html, page2.html should open and move page to certain section on the screen.
Which could also mean that on click of page1.html link, I am landing on page2.html and automatically some inline got clicked, which scrolled down my page to certain section on page2.html
Please can anyone help me in this.
Quick example…
If you have a link, i.e. http://www.example.com/page2.html#position1
This will navigate to page2.html, and if you have an html element on the page with id=”position1″ , it will also scroll down to that specific element.