3. Add a link to the Admin page menu by editing the contents file and including a reference to the new web page.

user/boa/src/www_WW/contents1.html

<html>
<head>
<META name="description" content="KWGR614">
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-
1">
<META http-equiv="Pragma" content="no-cache">
<META HTTP-equiv="Cache-Control" content="no-cache">
<title>Help</title>
<link rel="stylesheet" href="help.css">
</head>
<body bgcolor="#0099cc" >
<h1>Example Help</h1>
<p>This is an example web page showing how to get a parameter
from nvram.
</body>
</html>
. . .
<table>
<tr>
<td valign="top">
<img src="img/redbullet.gif" alt="" width="7"
height="7">
</td>
<td>
<a href="example.html"
target="formframe">Example</a>
</td>
</tr>
. . .