Options

POST request from NAV and open a weblink

I have requirement to open a webpage from NAV button using POST request, idea is to pass few details from NAV to webpage but do not show details in address bar.
I have tried XMLHTTP object .OPEN and .SEND but that works for web service, how do I use POST method and open a webpage for user to use further?
I am using NAV 2009 R2.
Any help appreciated.
Sign In or Register to comment.