repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do not announce robot account token before account ID is available
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
downloads
/
form_page_to_post.html
blob
8202505da41767a05b8187dce6a071064a04846c
1
<html>
2
<head>
3
<title>
Page with POST form
</title>
4
5
<script>
6
function
SubmitForm
() {
7
document
.
forms
[
'doit'
].
submit
();
8
}
9
</script>
10
11
</head>
12
<body>
13
<form
id
=
"doit"
action
=
"/files/post/downloads/image.jpg"
method
=
"post"
>
14
<input
type
=
"Submit"
value
=
"Do It"
/>
15
</form>
16
</body>
17
</html>