Looking for breadcrumbs - please help!

admin

Administrator
Staff member
I downloaded a script from Javascript Source (see below) that would let a visitor know where they are and go back, directory by directory - just like the line above this box:
Web Developer Forum> Web Developer Forums> Javascript.

I used an earlier version called a "breadcrumb" script - but this one seems to use the page TITLES as opposed to the filename - which I like better.

Problem is - it doesn't work - just the advertising for Javascriptsource.com. It's just blank.

I think it may be missing something, probably in Step One - like a *.js to put in the header? Can somebody tell me what?

<!-- ONE STEP TO INSTALL TOOLBAR MENU:

1. Copy the coding into the BODY of your HTML document -->

<!-- STEP ONE: Paste this code into the BODY of your HTML document -->

<BODY>

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! <!-- m --><a class="postlink" href="http://javascript.internet.com">http://javascript.internet.com</a><!-- m --> -->
<!-- Original: Sharon Harber (<!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->) -->
<!-- Web Site: <!-- m --><a class="postlink" href="http://www.nwr.org">http://www.nwr.org</a><!-- m --> -->
<script type='text/javascript' src='http://www.webdeveloper.com/forum/archive/index.php/nwrmenu_var.js'></script>
<script type='text/javascript' src='http://www.webdeveloper.com/forum/archive/index.php/menu_com.js'></script>

<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href=http://www.webdeveloper.com/forum/archive/index.php/"http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 0.63 KB -->

Thanks anyone!
 
Back
Top