URL Redirect as form response

I have a web form that submits data to Domino which is handled by an Agent. I want to respond to the form however, by redirecting to a second URL (which is fed information).

Is there Lotusscript method to accomplish this?

Subject: URL Redirect as form response

No special method. Just use the print statements, putting a URL in brackets:

Print “[http://whatever?foo=bar]”

Subject: RE: URL Redirect as form response

That’s exactly it! Thanks.

Subject: URL Redirect as form response

what do you mean by “which is fed information”? where is it “fed” from? There are lots of ways to accomplish what you are trying.