gangar
Programmer
- Apr 17, 2008
- 7
Hello,
Our system developed using VC++ with COM. Our new requirement is to launch user written ASP forms from our system. To achieve this I added CWebbrowser2 control in our dialog and launched ASP pages using Navigate method. The problem is that we need to pass some input data to these ASP pages before it diplayed in CwebBrowser. This input is to fill out some fields on ASP form.I tried to pass this by appending input string to URL, but there is 2083 characters limit on URL. Is there anyway I can pass huge input string to ASP? I tried to use PostData parameter in CwebBrowser.Navigate(...) method but no success.
I am also open to any alternative approach for my requirement other than CWebbrowser2 control.
Advance thanks to responders
Our system developed using VC++ with COM. Our new requirement is to launch user written ASP forms from our system. To achieve this I added CWebbrowser2 control in our dialog and launched ASP pages using Navigate method. The problem is that we need to pass some input data to these ASP pages before it diplayed in CwebBrowser. This input is to fill out some fields on ASP form.I tried to pass this by appending input string to URL, but there is 2083 characters limit on URL. Is there anyway I can pass huge input string to ASP? I tried to use PostData parameter in CwebBrowser.Navigate(...) method but no success.
I am also open to any alternative approach for my requirement other than CWebbrowser2 control.
Advance thanks to responders