Calling Action Hotspots From Another Frame One issue with Domino actions is that the user can scroll down and the actions will disappear from the user's view until they scroll back up to the top of the document. One way to prevent that is to create a frameset. The top frame will contain a set of buttons that performs actions on the document in the bottom frameset. This technique works great when using buttons that have JavaScript. However, any buttons with formula language will not work since the button will act on the page containing the button and not on the document in the bottom frame. A solution which allows the use of formula language and buttons in another frame is to have the button in the top frame call a Action Hotspot in the document in the bottom frame. The button in the top frame will use JavaScript to call the click event of the Action Hotspot in the bottom frame. The procedure below will show you how to do this.
Procedure: Creating a button frame