Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
History
/
form.html
blob: 04796ed7bc3c2117c96fe0e33285bf247f840425 [
file
] [
log
] [
blame
]
<html>
<head>
<title>
Submit Form
</title>
</head>
<body>
<!-- A form leading to a target page. The form is submitted via javascript, so
we don't need a submit button. -->
<form
id
=
"form"
action
=
"target.html"
method
=
"post"
></form>
</body>
</html>