On Apr 27, 8:28 pm, Boris Zbarsky <[EMAIL PROTECTED]> wrote: > krithika wrote: > > I have embedded Gecko in my java application (headless).I tried > > opening an URL using > > > String cont = "javascript:window.open(\"http://mypage\",\"test\", > > \"\");void(0);" > > > webNavigation.loadURI(cont, nsIWebNavigation.LOAD_FLAGS_NONE, null, > > null, null); > > > Navigation is not happening. > > Did you implement a window creator and so forth? > > -Boris
Thank you.It worked after I set windowCreator instance to windowwatcher. regards, Krithika _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
