Description: This is the JavaScript version of Directory Navigation Links, for those who wish to implement the solution on static html. Directories() returns an array of directories: The one containing the script itself, and its parents. directory_navigation_links() calls Directories() and uses the return value to create a navigation bar.
|