Thanks for the quick replay!

Is it also possible to have GET or POST requests over a custom handler?
I mean to get content of forms.

Stefan

Michal Ceresna wrote:
On Saturday 30 September 2006 19:51, Stefan Klinger wrote:
Hello,

just implement your own protocol handler
http://kb.mozillazine.org/Dev_:_Protocol_Handlers

best regards,
Michal

Hi,

i have successfully embedded gecko in an application, but i now want to
handle the retrival of the documents for gecko, because it will only
work with virtual documents (generated on the fly).

So if i display a XHTML page which contains e.g. a link to
http://module/somedocument it should not try to look the URL up on the
network, it should call some function with the URL as parameter and i'll
return the content as a string or something like that.

It would be fine for me if i had to use some fantasy protocol like
myapp://module/somedocument .

Is there any way to do this?

Best regards,
Stefan Klinger
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to