1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
2"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
3<html xmlns="http://www.w3.org/1999/xhtml"> 
4<head>
5<title>[ #445074 ] XHTML requires form method="post"</title>
6</head>
7<body>
8<form action="Test" method="POST">
9<table summary="Test">
10<tr>
11<td>
12<input type="hidden" name="Test" value="Test" />
13</td>
14</tr>
15</table>
16</form>
17</body>
18</html>
19
20