Post data on other site from notes

hi all,

I have a notes web application which have several approvals and rejections. After final approval the data is send to third party. Now my problem is that how can i transfer some piece of data from notes application to other internet site (not notes application / third party web site for placing some order). how can i do this…? that internet site also required Login/Password.

it is very difficult for us to manually filled data on that site due to large data size.

thanks

Atul Jain

Subject: post data on other site from notes.

You can use the URLConnection (Java) class to POST and GET html-pages.

There are samples of LS warappers round this class, which make it easy for you to use it from LS.