blob: 64288ebb15dbbafa0424aa34822abb5376b7b3aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<html>
<body>
<table>
<span><form action="bug448564-echo.sjs" method="GET">
<tr><td><input name="a" value="aval"></td></tr>
<input type="hidden" name="b" value="bval">
<input name="c" value="cval">
<tr><td><input name="d" value="dval" type="submit"></td></tr>
</form></span>
</table>
<script src="bug448564-submit.js"></script>
</body>
</html>
|