Hi there, I have integrated the Mozilla in my java application. Now, i can display html pages in the integrated browser.
Now, i would like to use that browser to send data to a http server and the response. The application send/get xml files. The CurrentPage getSource() fct doesn't seems to be OK, it generates an error. I could use the getDOM() but i just need a String containing the file. In addition, i would like to send info to the server. It is a little bit trivial but i don't know how to do... so please help. Thanks JMi
