I have an html page with three divs containing text content. I want to scroll to a particular div depending upon the link that the user clicks on the home page.
There are three links on the home page; so what I want is if the user clicks on link 1 he is scrolled to div 1 on the resultant page, if he clicks on link 2 on the home page, then the page is scrolled to div 2 on resultant page and so on.
nameattribute on W3Schools: HTML Links. As noted there, you can use theidattribute on all modern browsers. – merv Jul 8 '12 at 17:24