Jenson, was ist, wenn Du die Formel in den "HTML Head Content event" packst? Dort koenntest Du ueber einen Meta-Tag ein Redirect ausloesen.
The HTML Head Content event on a page or form lets you pass HTML information, such as a Meta tag, to the <Head> tag for a document.
<meta http-equiv="refresh" content="0;url=https://www.atnotes/.de">
Oder Du baust Dir einen "WebQueryOpen Agent":
To perform error checking, field validation, and other processing before Web users open or save documents, create a shared agent that runs manually. Then write a formula that uses @Command([RunAgent]) or @Command([ToolsRunMacro]) to run the agent and attach it to the WebQueryOpen or WebQuerySave form events. This simulates the LotusScript QueryOpen and QuerySave form events that aren’t supported on the Web.
A WebQueryOpen event runs the agent before Domino converts a document to HTML and sends it to the browser. Domino ignores any output produced by the agent in this context.
Examples for using this agent include performing large computations that aren’t possible with @commands or collecting statistics about who opened documents and when they did so.