Is it possible to do dynamic breadcrumb navigation?

  • Thread starter Thread starter Dawn Hall
  • Start date Start date
D

Dawn Hall

I was wondering if there is a web component for breadcrumb navigation or an
add in. Or just a simple piece of code.

Thanks
 
There are a few JavaScript or DHTML scripts available that use the directory
name to create breadcrumbs.

I think I ran across one that used ASP too.
 
Hi

I am trying to use these macros and experiencing a runtime error when using
the breadCrumbtrail_insert macro

it appears that:
Set thisNode = myPageWindow.File.NavigationNode

shows as "nothing" when debugging

I am using Frontpage 2002 are the macros compatible?

Thanks for any help you can offer.

Simon
 
I get a runtime error when trying to use breadcrumbstrail_insert

on debugging
Set thisNode = myPageWindow.File.NavigationNode
show to be set as "Nothing"
and generates a runtime error: "Object variable or With block variable not
set"

I am using FP 2002

Can anyone help?

Cheers,

Simon
 
Hi

I'm in Normal view after have positioned my cursor where I'd like to the put
the breadcrumbs then use the macro - it comes up with the Runtime and I've
debugged from there. I don;t know much about FP's Object Model in fact I've
not use FP much, I tend to use Access and Excel's VBA.

Thanks

Simon
 
Back
Top