[EMAIL PROTECTED] wrote:
I'm creating a small firefox extension. I need to be able to send a string to a server using POST. I know this is possible with XmlHttpRequest but the thing is, I want the current page to go to the result page of the post.
See nsIWebNavigation.loadURI. Note that you'll need to create a stream out of your string.
-Boris _______________________________________________ Mozilla-netlib mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-netlib
