15 lines
436 B
HTML
15 lines
436 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>CasperJS test form</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form action="result.html" enctype="multipart/form-data">
|
||
|
<input type="text" name="foo[bar]">
|
||
|
<input type="text" name="foo[baz]">
|
||
|
<input type="submit" name="submit" value="submit">
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|