What do you mean by same domain? They are on the same drive, the collection index file is on directory upper to the content and the content's toc file. I tried FB, but I didn't get any message from it (I am not sure I used it properly).
On dec. 7, 20:17, Dave Methvin <[EMAIL PROTECTED]> wrote: > > top.$("#content_frame").attr("src",$(this).attr("href")); // > > fails in the second document > > //top.$("#doc_toc_frame").attr("src",$(this).attr("name")); > > alert("success"); //never executed > > Is the toc frame in the same domain as this document and the content > frame? Maybe you're running afoul of a cross-domain problem. Are there > messages from Firebug?