<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">greetings everyone. I’m new to the Mozilla technology and am interested in developing a protocol handler. if I’m writing on the wrong mailing list please point me to the correct one.<div class=""><br class=""></div><div class="">I have come across this document: <a href="http://www.nexgenmedia.net/docs/protocol/" class="">http://www.nexgenmedia.net/docs/protocol/</a> - which seems a bit dated and not official for how to create a protocol handler in Firefox. if valid, the document does not show how to produce actual HTML in the response, which is what I would like to accomplish</div><div class=""><br class=""></div><div class="">I would like a little guidance as for what documentation I should be reading. what I intend to accomplish is to allow the user to enter "<a href="myProtocol://something" class="">myProtocol://something</a>” into the address/url field and for my handler to generate a web page. I am hoping that by implementing the handler any calls for other objects withing the HTML will also be resolved e.g. if the HTML I produce contains the tag ”<IMG src='<a href="MyProtocol://something" class="">MyProtocol://something</a>’>” then the browser will initiate a request for this resource that ALSO gets handled by my implementation</div><div class=""><br class=""></div><div class="">I look forward to a response</div><div class=""><br class=""></div><div class="">ekkis</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>