- <html>
- <head>
- <title>SSI Samples</title>
- </head>
- <body>
- <table border="1" frame="void" width="640" cellpadding="20">
- <tr>
- <!--#include virtual="/menu.inc" -->
- <td style="vertical-align:top">
- <h1>Registered Variables</h1>
- <select name="title" size="10" style="width: 480px"><!--#exec cgi="varlist.cgi" --></select>
- </td>
- </tr>
- </table>
- </body>
- </html>
|