Yes, that was the issue.

Thanks for correcting me.

On dec. 8, 16:28, ricardobeat <ricardob...@gmail.com> wrote:
> Yes, 'global' variables arepropertiesof the window object, there is
> one for each frame.
>
> It seems you're calling top.$(...) inside coll_toc.html, but you don't
> have jQuery loaded in your index.html (the parent frame). In fact,
> none of your CSS or JS files called in index.html's <head> are being
> loaded cause you've got the wrong path:
>
> '../../Style/...' should be '../Style/...'
>
> and by the way, having your scripts inside a folder named "style" is a
> bit confusing...
>
> - ricardo
>
> On Dec 8, 12:20 am, andriscs <izochr...@gmail.com> wrote:
>
>
>
> > What you mean by lot of code? The jTree code isn't altered, my code is
> > in custom.js, and there are two pages (index.html and doc_index.html)
> > to check. I can't put up a test page, I need to work with these simple
> > pages.
>
> > Another question: shared JS global variables have separate values
> > betweenframes? Because my frame sets a shared JS variable and the
> > other frame sees its default value.
>
> > On dec. 8, 02:32, Dave Methvin <dave.meth...@gmail.com> wrote:
>
> > > There is a lot of code there, and I couldn't follow it all. Can you
> > > post a simple test page?

Reply via email to