I am running Frontpage 2003 created website in HTML on Domino 6.5.2. I have a discussion database which I would like to embed on my web site. I think “Domino Design Components” can do the job but I couldn’t find this utility. Can anybody hel me with this if there is any workaround or how can I get this tool.
Thank you,
Subject: Putting a Domino web database in HTML page
if you are running the website on the domino server, which it sounds like you are, even though it is created in another product, then you should be able to simply reference the discussion database by url.
In your frame or body either it’s value or onload do an openurl of
www.yourdominoserver/yourdiscussiondbpath/yourdiscussiondb.nsf
e.g.
If your discussion database needs to open to a particular element or document you can add /element?requiredaction
What you are trying to do may be more complex but you can reference domino elements using urls so this may send you down the path you need…
Cheers