Hello, I'm writing a program where I need Gecko to render some forulars. I do not need a full webbrowser i just need Gecko to - Render the Formular (It is in HTML) - Let the user input data - Give the data back to my program.
The last point is exactly my problem. I have not found yet a function that reads the data gecko is about to send.
Thanks for any help Johannes Bretscher
Simply POST the form data to http://127.0.0.1 Open a server socket on port 80 Read and decode the incoming data Close the socket
A bit of a hack but it'll work.
-- N. Hart [EMAIL PROTECTED]
_______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
