Hi all.
Regarding Notes Client development…
I wonder if anyone can advise how to load a page from another database into a frame of a frameset in the current database via an Action?
I have been working on domino web apps for too long and assumed this is easy in the Notes client.
Formula and/or LotusScript would be useful.
Many thanks in advance.
Greg
Subject: How to open a page from another database into a frame
You can open any document you want into a frame of a frameset. You just have to target the document to the specific frame. (There is a whole script method on it – I don’t have the help file near me to look it up.)
HTH – Cheers
Subject: RE: How to open a page from another database into a frame
Yep the targetting isnt the problem here. The subject of my post was the loading a page from another database not a document.Greg
Subject: RE: How to open a page from another database into a frame
Did you see you can make hotlink which could be pages from other databases? There is a whole menu on that when you go to a hotspot link.
HTH – Cheers
Subject: How to open a page from another database into a frame
try Notes URL:
Notes://servername/xxx.nsf/pagename?OpenPage
Recks Yu
Subject: RE: How to open a page from another database into a frame
Ahhh of course. I thought there would be a simple method.Thanks.
Greg