How the heading section is chosen

The heading section is chosen from among the HTML pages, based on their starting positions and the sequence in which they were created.

  1. The pages that have a starting position closest to the first row of the screen are selected.
  2. If more than one page remains in the selection process, the starting position of the remaining pages is compared again. This time, the pages that have a starting position closest to the first column of the screen are selected.
  3. Finally, if more than one page remains, the earliest page generated is selected.
The heading section from the remaining selected page is used in the HTML page that is sent to the web client.
Note:
  • The starting position of an HTML page generated from a BMS map is the row and column of the upper-left corner of the map.
  • The starting position of an HTML page generated from a non-BMS command is the upper-left corner of the screen (row 1, column 1).