Navigate To Div Section Of A Different Html Page Using Javascript In Href
I am using javascript function to jump to a div section on the current html page(system_details.html): Processor + window.location.hash).click();
});
This will take the last part of the URL after the hash as the id
of the link to be clicked on, and then call click()
on the link with the specified id
.
Solution 2:
Use ajax concept. Load data from index.html page
Post a Comment for "Navigate To Div Section Of A Different Html Page Using Javascript In Href"