mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
17 lines
235 B
HTML
17 lines
235 B
HTML
<html>
|
|
<head>
|
|
<title>Example 8</title>
|
|
</head>
|
|
<body>
|
|
<FORM METHOD="GET" ACTION="" NAME="searchform">
|
|
<BUTTON type=submit >
|
|
<table>
|
|
<tr>
|
|
<td>CELL 1</td>
|
|
</tr>
|
|
</table>
|
|
</BUTTON>
|
|
</FORM>
|
|
</body>
|
|
</html>
|