34
Top(refresh, refresh_time, refresh_url)
Description:
This function creates the HTML header information and displays the top banner
including the C&H logo and banner graphic. The parameter allow the user to
control the Refresh Meta Tag.
Parameters:
refresh
1 or 0 indicating whether or not to include the Refresh Meta tag in
the HTML header
refresh_time The refresh time placed in the CONTENT section of the Refresh
Meta Tag. This is the number of seconds to wait before the
browser should refresh the page.
refresh_url
The URL that the page load when the refresh time is complete.
This allows the page to redirect to a different URL. Pass an empty
string to this parameter to refresh to the same URL.
Bottom()
Description:
This function display the bottom banner and closes the page with the </body> and
</html> tags.
Parameters:
None
Contents_Pre()
Description:
This function creates a nested table that includes the navigation menu and the
page content. This function leaves the table open so that the user may insert
his/her content. The last html tag output by this function is a <td>. The user can
follow this function with his/her content then close th <td> tag the table by calling
the function Contents_Post().
Note: The user may call Top() and Bottom() without calling Contents_Pre()
Contents_Post() since Top() does not leave any HTML tags open.
Parameters:
None