I need to perform a post from a Notes client to a Cold Fusion web site. I can do a @URLOpen to another Notes form in the browser that will parse the values from the Query_String that I need to send and contains a button that does the post action. This method however is cumbersome because it requires to many steps (web authentication, etc.) I am wondering if can I post directly from a Notes document via LS or JS without actually opening a web form on the Notes server?
Any help would be appreciated.