Sha256: 4e084e8566efd7630f8a9638a7d22743cc65411581ba34d259945d25007cb3ae
Contents?: true
Size: 546 Bytes
Versions: 6
Compression:
Stored size: 546 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 1.0$ <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
6 entries across 6 versions & 2 rubygems