2010-09-18から1日間の記事一覧

mechanize:Mechanize::Form#checkboxes

以下のような HTML で <html> <head> <title>form test</title> </head> <body> <form method="get" action="cgi/foo00.cgi" name="form1"> <input type="checkbox" name="checkbox1" value="foo" />Foo <input type="checkbox" name="checkbox1" value="bar" />Bar <input type="checkbox" name="checkbox1" value="baz" />Baz </form></body></html>