Antonio Ruiz MartÃnez wrote: > I have read something about the building of extensions and I have clear > that I have to develop a new protocol handler for this purpose. My doubt > is: from my extension, can I invoke some function in order to > firefox gets the content of the url and show it in the firefox window?
If you just implement a protocol handler, this should happen automatically. > Has someone any source code with something similar? Sure. There are plenty of nsIProtocolHandler implementations in the mozilla tree, for one thing... -Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
