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.

What Am I missing.?

My requirement is I might 100s of URL to be loaded in my embedded
browser and I thought this might help.

Thanks in Advance,
Krithika

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to