I have an Domino form that we would like to include in a site run on .NET, and preserve the look and feel. The form itself contains text, radio buttons and textareas - but nothing to complex. The form will continue to be used separately in the Domino application. The design of the form will change periodically, and and I would like to be able to maintain it in one place - Domino.
I am wondering if it is possible for Domino to generate the HTML, and have .NET include it as a server side include (SSI). The problem is that Domino generates an entire page - HTML header, FORM tag etc - which will refer to Domino, and not to .NET. Also, users will authenticate to the .NET site, not Domino. I would want .NET to retrieve the HTML from Domino using its own credentials, not the user’s.
Does anybody know if this is possible?
One option might be to write a Java agent which .NET could call via http; which opens a Domino URL to get all the HTML, then parses the result and returns just the relevant content to .NET. But that’s pretty messy.
Any other suggestions?
We’re upgrading to Notes 8 soon, so any other options that gives us would also work.
Thanks
Tim