Version 9.7
 —  Web Application Development  —

Web Page Structure

The top URL of the framework is z_container.jsp /aspx which is a servlet/HTTP handler that creates a frameset with the relevant page components.

Framesets are used in the framework as follows:

graphics/pagestructure.png

Modal windows also work with a frameset, but only with two display frames (all the other frames are only used in the main browser).

Refer to Configuring your Web Application and to Web Application Configuration Parameters.

Top of page