Is there a way to point a $$Return page to a URL rather than a domino generated page. The code now on the $$Return is"who:= @If(@Left(name; " ") = “”; name; @Left(name; " "));
@Return("
Thank you, " + who + “
Your request has been submitted. Return to the Home Page.”)
What script do I need to point to a URL? Thanks in advance.
Subject: put the url in square brackets
I may be misunderstanding your question, since the help Designer help clearly explains how to code a redirection url into a $$Return field:
http://www-12.lotus.com/ldd/doc/domino_notes/Rnext/help6_designer.nsf/855dc7fcfd5fec9a85256b870069c0ab/765c65c71d64b5f885256c54004b6cd4
Subject: RE: put the url in square brackets
thanks for responding but I am using that now. I wanted to be able to automatically take the user to a web page.
Subject: RE: put the url in square brackets
Yes, that’s what you asked how to do, and that’s what the square-bracket syntax of $$Return does, as the help doc to which I linked documents. What other behavior did you want that I don’t understand?
Subject: RE: put the url in square brackets
Wow, I am really sorry! I didn’t understand your original response. Anyhow, thanks for the response and setting me straight. That is exactly what I needed.
Subject: *Use a WebQuerySave agent instead?