Calling a URL using Lotus Script

Hi,

I need to call a URL from the lotus Script. I have created a button and have used Lotus script to evalute the entries in my form. Once the user clicks on the button, the data entried by him is evaluted.

Now i need to call a url once the data has been evaluted. This URL is a form on the same database.

Txs in Advance

Subject: Calling a URL using Lotus Script

Notesuiworkspace.urlopen ?

Subject: Calling a URL using Lotus Script

Is this for front end processing of LotusScript or back end processing of LotusScript?

If it is back end Web Retriever task would help you here. You can even get the status (meaning if the web paged error (like a 404) or not).

If it is front end then Tim’s advice would work.

HTH – Cheers