Lotus Script along with Print Statements in an Agent on the web

Hi All,

I have an agent that I am calling on Web Query Save Event …

This agent is called frm a Form Action button when the user clicks the Submit button.

The agent runs I have a Print Statement called “Thank U for Submitting the Form”

and after that I want to redirect to the main Frameset (Left Frame with Views Navigationa and right Frame is all the view description) , with highligting this document …I have a DocID also on the Form and Query String on the form…

After Thanks U , I have a url statement "http://Servername/Database

but still it is not pointng to the frameset with highlighted this document.

Please help, how to redirect to the Main Frameset.

Thanks in advance

ac ac

Subject: Lotus Script along with Print Statements in an Agent on the web

You can print a message OR a redirect. If you want the message to do the redirect, then you will need to print a whole HTML document, starting with content-type: html to use a redirect tag, or you can use passthru HTML to insert a JavaScript window.location.href=“new url here” call.

Subject: RE: Lotus Script along with Print Statements in an Agent on the web

Need to see source code.