Sha256: 4f448a8bb974c45849ec33dffd6685125ea097e41d780626e00c3c446d3608a1
Contents?: true
Size: 570 Bytes
Versions: 10
Compression:
Stored size: 570 Bytes
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Test page for forms</title> </head> <body> CVS Revision: $Revision $ <br> <br> <table> <tbody> <tr> <td> <form name="apple_form" method="get" action="pass.html"> <input name="name" value="apple" type="text"> </form> </td> </tr> <tr> <td> <form name="banana_form" method="get" action="pass2.html"> <input name="name" value="banana" type="text"> </form> </td> </tr> </tbody> </table> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems