I have a homepage that has two titles on. these titles link to another page (news.aspx). The news articles on news.aspx are stored in an accordion style.
What I want is: When the title of the news article is clicked on the homepage, it will redirect to that news.aspx page and the accordion section relating to that title will already be open.
Is there any way that this can be done please?
I know I need to create a function ()
but im not too sure how to go about it.