Re: Dynamically changing links in a web page menu when a link is clicked [message #182190 is a reply to message #182189] |
Wed, 17 July 2013 18:49 |
|
richard
Messages: 213 Registered: June 2013
Karma:
|
Senior Member |
|
|
On Wed, 17 Jul 2013 11:37:20 -0700 (PDT), Jason Bodine wrote:
> Hi all,
> Please excuse me if this question has been asked before, but I am new to php and can't seem to find the answer to my question anywhere.
>
> I am designing a website for my company. The site will have a JQuery accordion menubar across the top and a sidebar menu as well. What I would like to do, using php in order to save myself the trouble of cluttering my html with menu code on every single page on the site, is make it so that when someone clicks on a link in the menubar, the links listed in the sidebar change according to what was clicked. For example, if someone were to click on "About" in the menubar, the sidebar would display different "About"-related hyperlinks ("About Us", "Management", "Our Staff", "Job Opportunities," etc.) and then, if the user then selects "Products and Services" from the top menu, the side menu would change with a list of new links related to that one.
>
> Is this possible, and if so, how do I do this? Any help is appreciated!
>
> Thanks!
> Jason
One possible way that comes to mind is the use of an ifrane.
Setup an iframe where the menu is to be.
Using php, have php set the values for the link they clicked.
I do something similar on my site.
When a user clicks on the year, the iframe content changes accordingly.
Not the entire page.
www.mroldies.net
|
|
|