| 
<?php include('param.inc');
 require_once("class_history_links.inc");
 ?>
 
 <html>
 <head>
 <title>test_history_links - page7</title>
 </head>
 
 <body>
 <div align=center><table style="border: 1px solid #3F3F3F; background-color: #fAfAfA;"><tr><td colspan=2><a href="index.html">« Select other test »</a></td></tr>
 <tr><td width="150"><big><b>Page7</b></big> (query is <?php echo $_SERVER['REQUEST_METHOD']?>)<br><?php include("content.inc");?></td><td><?php include('menu.inc')?></td></tr>
 </table>
 <?php
 include("links.inc");
 ?>
 </div>
 </body>
 </html>
 |