Click here to Skip to main content
15,916,846 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
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 is can be done please?
i know i need to create a function() but im not too sure how to go about it. can you please help.

many thanks
Posted
Updated 11-Jan-12 23:19pm
v2

1 solution

In your home page, you should use hyperlink
ASP.NET
<asp:hyperlink id=""HyperLink1"" runat=""server"" navigateurl=""News.aspx">News</asp:HyperLink><br" mode="hold" xmlns:asp="#unknown" /> <asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="AboutUs.aspx">AboutUs</asp:HyperLink>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900