/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/html/form_submission.html
13 строк
327 B
Manish Goregaokar
Add click handler for <input type=submit>
14 окт 2014, 19:54
14 окт 2014, 19:54
749e239
Код
Авторство
О чём код?
<html> <head></head> <body> <!-- Run with nc -l 8000 --> <form action="http://localhost:8000" method=get id="foo"> <input name=bar type=checkbox checked> <input name=baz value="baz1" type=radio checked> <input name=baz value="baz2" type=radio> <input type=text name=bye value="hi!"> <input type=submit> </form> </body> </html>