durusmail: quixote-users: dulcinea.ui.crumbs
dulcinea.ui.crumbs
2005-08-29
2005-08-30
Re: dulcinea.ui.crumbs
2005-08-30
dulcinea.ui.crumbs
David Binger
2005-08-30
On Aug 29, 2005, at 6:13 PM, Michael Watkins wrote:

> Suggestion for format_crumb_tree() -- the javascript is only
> required for IE,
> yet the script included takes over the window.onload method - how
> about
> changing this to something IE specific by either:

I assume that the problem with taking over the window.onload method
is that
this might conflict with other code in the same page that also wants
to take over
the window.onload method.  Is that right?

Is there a risk, created by making this inclusion conditional, that a
window.onload take-over conflict would not be detected until the
page is tested with IE?

The startList function body starts with a test of
(document.all && document.getElementById).
Can we just use the same test to decide if we should
window.onload = startList
?

reply