There seems to be a restriction in adding a tabbed table to the navigator of a Notes database with a web front end. Here’s what I’ve done:
-
Added a tabbed table to a navigator. (The navigator contains hotspots that open views or another navigator if a tab is clicked.)
-
Embedded the navigator onto a page.
-
Created a frameset with a frame that references the page.
The frameset has two frames - the left one contains the navigator and the right one should display the views. In the properties of the left frame, I specified the name of the right frame in the ‘Default target for links in frame’. This ensures that when a hot spot for a view is clicked, the view is opened in the right frame. The problem is this - if the hot spot on a tab is clicked, a new navigator is also opened in the right frame rather than in the left frame. Is there a means of preventing this from occurring?
Thanks.