> Probably because it's not officially released yet. I think so. But I also suppose that Mozilla should provide the newest versions (even beta) since we are developers (not end users who wish a stable version). Maybe there are means to obtain them, but I don't know. However, I think 1.9.0.10 is enough for me.
> OK, why? If you're just trying to look at the data returned by the > server directly, why not just open a channel yourself to start with and > read the data? Since I want to obtain the inline links, e.g. if a web page http://www.xxx.com/home.htm contains one iframe tag and one script tag with src attribute. Like this: <iframe src="xxx.htm"></iframe><script src="xxx.js"></script> If I create a channel using URL "http://www.xxx.com/home.htm", I can only obtain home.htm, I can't retrieve xxx.htm and xxx.js(Am I right)? _______________________________________________ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding