Hi all, i was wondering if anyone has worked with bread crumb navigation such as home-->Products-->Insurance
each link bringing you back one level.
Is this done dynamically, or is it done manually?
Any help would be appreciated
mark
bobby -> RE: Bread crumb Navigation (1/12/2004 15:38:35)
That's usually done dynamically, but it's handled by a back-end script. Usually in PHP or ASP. You might try searching a site like www.hotscripts.com to see if there are some free-bees you can download to try.
Check with your host to make sure they support either ASP or PHP first.
If not, there may be some scripts done in Perl (CGI) that your host would support...
The only two edits you would need to make is if your index page is NOT called index.htn. If it is not just replace with your "index" page name in the first portion of thee script.
The other edit is in the second part of the code being the location of the external js file. the path is:
js/crumbinline.js
Just change it to reflect the path and file name that you use.