mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
385 B
HTML
17 lines
385 B
HTML
<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>
|