Web Connection User's Guide

Creating a page

A single Web page is represented in the Composition Editor by a Page part. When you create a new Web Connection part from the VisualAge Organizer, the new part automatically contains a single Page. You can add additional pages by selecting the Page part and adding it to an empty area of the free-form surface. (See Using multiple pages in the same part for more information about using multiple pages in a single Web Connection part.)

When a Web browser connects to your application, the Page part provides all of the basic tagging required to define a page. At a minimum, this includes the following HTML elements:


<html>
<head>
<title>
</title>
</head>
<body>
</body>
</html>
 

This tagging by itself does not result in any visible content in the Web browser, except for the <title> element, which defines the title that appears in the browser's title bar. To change the title of the page, edit the settings of the Page or directly edit the title bar.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]