"Ryan J. McDonough" wrote:
> Can a XUL document be embedded in a web page? I have seen some great XUL
> demos at Zvon.org. But these demos spawn either a new window or a the
> browser window is displaying a XUL document. What I'm wondering if if I can
> embed a XUL doc as an element of the page using <object> tags. Can it be
> done? And if it can, would it be possible to get and set properties with
> JavaScript? Thanks.
>
> Ryan-
You may be able to embed a XUL document using the <IFRAME> or other frame tags.
Don't expect DOM event bubbling or privileged Javascript (e.g. creating XPCOM
objects) to work though.