index.shtml 379 B

12345678910111213141516
  1. <html>
  2. <head>
  3. <title>SSI Samples</title>
  4. </head>
  5. <body>
  6. <table border="1" frame="void" width="640" cellpadding="20">
  7. <tr>
  8. <!--#include virtual="/menu.inc" -->
  9. <td style="vertical-align:top">
  10. <h1>Registered Variables</h1>
  11. <select name="title" size="10" style="width: 480px"><!--#exec cgi="varlist.cgi" --></select>
  12. </td>
  13. </tr>
  14. </table>
  15. </body>
  16. </html>