I am trying to write a server solution program that automates filling in html forms (i.e. on a html page) sending it to the web server, getting the response and and so on.
For example, booking an airline ticket on-line. There are several forms on several pages you have to submit till your done. We want to automate this.
There is JavaScript and cookies to content with.
We don't want a client solution where one can scrap html form fields from an instance of a browser. We want a server solution.
I guess we want to mimic a "browser", but without graphical rendering and stuff.
Can Gecko embedding help me here?
Thanks
_______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
