A window that starts the concurrent display of one or more other windows by automatic or hypertext links is referred to as the owner of the window chain. The auto attribute and the reftype=hd attribute indicate that a window is to be opened automatically whenever the owner window is opened. The group= attribute specifies the number of the window. (For more information about group numbers, see Displaying Multiple Windows.)
The vpx, vpy, vpcx, and vpcy attributes indicate the size and position of the window in relation to its coverpage window.
Caution:
When defining automatic links, you do not want to create an "infinite loop" by linking to the same window or group number more than once in a chain of links.
For example, suppose you create three windows, A, B, and C, that contain the following automatic links.
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ Window A ³ ³ Window B ³ ³ Window C ³ ³ ³ ³ ³ ³ ³ Ú>³ Link to B ÃÄÄ>³ Link to C ÃÄÄ>³ Link to A ÃÄ¿ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
When the file containing these links is compiled, the IPF compiler does not return an error message because of the loop. Now suppose Window A is an entry in the Contents window and the user selects it. Windows A, B, and C open and close uncontrollably until an error occurs and the process is terminated by the system.