Previous Topic: Class Definitions

Next Topic: Properties Files

Links Between The Cascading Style Sheet to Registration Services Pages

In Registration Services, the style sheet is linked to an include file, inc_header.jsp. This include file, which initializes the variables needed to make requests, is linked to the Registration Services pages.

The following HTML and JSP code links the style sheet to inc_header.jsp:

<style>
<%@ include file="dms_style.css" %>
</style>