Starting the CML Application

You start the CML application by typing its address in your Web browser or by clicking a link to it. This is its default.asp file:

<%@ LANGUAGE=VBScript %>
<% Option Explicit %>
<html>
<head>
<title>Fitch &amp; Mather Corporate Media Library</title>
<link rel="stylesheet" href="_Themes/fm/theme.css">
</head>
<body>
<!--#include file="common.asp"-->
<!--#include file="sub_menu.asp"-->
<!--#include file="librarysearch/main.asp"--></p>
</body>
</html>

This file sets the title and then defines the style sheet for the CML project — theme.css — in the <link> tag. It then uses #include directives to invoke other .asp files, described in the following topics: