Combination Of Scrolling And Non Scrolling Header Styles

LANSA Web Functions

Combination Of Scrolling And Non Scrolling Header Styles

LANSA for the Web allows you to have both scrolling and non-scrolling header styles in your Web function applications. You can customize your functions to have the different header styles.

However, if you want to have both scrolling and non-scrolling header styles, you will need to be very careful as a single STDHEADER component cannot be used for both scrolling and non scrolling header styles.

In the scrolling header style, the header component is embedded into the HTML page of the function.

In the non-scrolling header style, the header and the body of the functions are regarded as separate HTML pages.

Both header styles use JavaScript functions to emulate the selection of an action in the function. If JavaScript support is disabled in your browser, you will not be able to use the buttons from the standard headers.

If you intend to use a combination of scrolling and non-scrolling header styles in your application, you should spend time familiarizing yourself with the differences in the HTML used in the different header styles.