PHP Classes

File: menu.inc

Recommend this page to a friend!
  Classes of Vladimir Kudryavtsev   History links   menu.inc   Download  
File: menu.inc
Role: Auxiliary script
Content type: text/plain
Description: Test (for all pages)
Class: History links
Keep track and link to pages browsed by user
Author: By
Last change: * changed and expanded
Date: 19 years ago
Size: 2,654 bytes
 

Contents

Class file image Download
<style>
html,body,td,span,div,th{
    font-family: Arial,Tahoma,Helvetica,sans-serif;
    font-size:12px;
}
pre{
    font-size:11px;
}
form{
    margin:0;
}
</style>
<table border=1>
<tr>
<th><a href="page1.html">page1</a></th>
<th><a href="page2.html">page2</a></th>
<th><a href="page3.html">page3</a></th>
<th><a href="page4.html">page4</a></th>
<th><a href="page5.html">page5</a></th>
<th><a href="page6.html">page6</a></th>
<th><a href="page7.html">page7</a></th>
</tr>
<tr>
<td><a href="page1.html?content=content1">content1</a></td>
<td><a href="page2.html?eee&content=content1">content1</a></td>
<td><a href="page3.html?content=content1">content1</a></td>
<td><a href="page4.html?eee&param1=content1">param1=content1</a></td>
<td><form action="page5.html" method=post>
<input type=hidden name="content" value="content1">
<input type=submit value="content1 (POST)">
</form></td>
<td><a href="page6.html?content=content1">content1</a></td>
<td><a href="page7.html?content=content1">content1</a></td>
</tr>
<tr>
<td><a href="page1.html?content=content2">content2</a></td>
<td><a href="page2.html?eee&content=content2">content2</a></td>
<td><a href="page3.html?content=content2">content2</a></td>
<td><a href="page4.html?param2">param2</a><br>
<a href="page4.html?param2=content2">param2=content2</a></td>
<td><form action="page5.html" method=post>
<input type=hidden name="content" value="content2">
<input type=submit value="content2 (POST)">
</form></td>
<td><a href="page6.html?content=content2">content2</a></td>
<td><a href="page7.html?content=content2">content2</a></td>
</tr>
<tr>
<td><a href="page1.html?content=content3">content3</a></td>
<td><a href="page2.html?eee&content=content3">content3</a></td>
<td><a href="page3.html?content=content3">content3</a></td>
<td><a href="page4.html?eee&param3=content3">param3=content3</a></td>
<td><form action="page5.html" method=get>
<input type=hidden name="content" value="content3">
<input type=submit value="content3 (GET)">
</form></td>
<td><a href="page6.html?content=content3">content3</a></td>
<td><a href="page7.html?content=content3">content3</a></td>
</tr>
<tr>
<td><a href="page1.html?content=content4">content4</a></td>
<td><a href="page2.html?eee&content=content4">content4</a></td>
<td><a href="page3.html?content=content4">content4</a></td>
<td><a href="page4.html?eee&param4=content4">param4=content4</a></td>
<td><form action="page5.html" method=get>
<input type=hidden name="content" value="content4">
<input type=submit value="content4 (GET)">
</form></td>
<td><a href="page6.html?content=content4">content4</a></td>
<td><a href="page7.html?content=content4">content4</a></td>
</tr>
</table>