I want to know how to call URL from lotus notes i don’t want to open only call URL
Subject: How to Call URL in lotus notes not open only call from background
You can use WinHTTP from LotusScript code in an event script or in an agent, but that will only work on Windows machines.
If you need to run on platforms other than Windows, you will have to write Java code, which means the code will have to be in an agent.
Subject: RE: How to Call URL in lotus notes not open only call from background
Thanks i have solved by coding in java