> From: "jmi" <[EMAIL PROTECTED]> > Date: Wed, 12 Dec 2001 16:33:22 +0100 > Message-ID: <9v7tmp$[EMAIL PROTECTED]>
> 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. For sending data, consider Navigation.post(): http://lxr.mozilla.org/mozilla/source/java/webclient/classes_spec/org/mozilla/webclient/Navigation2.java#48 Please file a bugzilla bug against Product Browser, component "Java APIs to WebShell" regarding getSource(). Ed
