Hi,
I know LibreOffice can GET or POST a form within Writer to a URL. The response from that URL is then displayed as an HTML reply (_blank, etc.).
I’d like to avoid opening the HTML reply and have it processed within a Basic macro I wrote. How can I do this? Which “event” should I link to my macro? How do I “read/process” the server’s reply (as string)? A simple example that shows the basics would be greatly appreciated.