The last point is exactly my problem. I have not found yet a function that reads the data gecko is about to send.
There really isn't one.... You could override the nsIFormProcessor impl, but that would break keygen handling. You could also try to hook in to necko and see what URL and postdata are being sent, but that can be hard.
Perhaps we need a way to notify some observers or something when forms are submitted (the current nsIFormSubmitObserver api could be made scriptable, expanded a bit to include the postdata, and frozen or something....)
-Boris _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
