Inserting a Sheet applet
The following HTML code shows how to insert the Sheet applet into the application Web page.

<APPLET NAME="shoeSheet" CODEBASE="..\..\.." CODE="lotus.sheet.Sheet" WIDTH=400 HEIGHT=350>
	<PARAM NAME="filename" VALUE="PQueryTemplate.html">
	<PARAM NAME="RowHeadingsVisible" VALUE="false">
	<PARAM NAME="ColumnHeadingsVisible" VALUE="false">
	<PARAM NAME="HorizontalScrollBarVisible" VALUE="true">
	<PARAM NAME="VerticalScrollBarVisible" VALUE="true">
	<PARAM NAME="EditLineVisible" VALUE="false">
	<PARAM NAME="StatusLineVisible" VALUE="false">
</APPLET>

Within the APPLET tag, the various attributes do the following:

Each PARAM tag for the Sheet applet lets you set specific applet configuration options. The option is specified by the NAME attribute and the option value is specified with the VALUE attribute.