Sha256: 39003a539b1c52f0eabc2908984fd13ef708454e64feaf291df0e7e97195cd13
Contents?: true
Size: 725 Bytes
Versions: 17
Compression:
Stored size: 725 Bytes
Contents
<html> <head> <title> Test page for Forms </title> </head> <body> <br> <br> <table> <tr> <td> <form method = get action = pass.html> <input type = button name = b1 id = b2 value = "Click Me" > </form> <td> Form with no name <tr> <td> <form name = test2 id = f2 method = get action = pass2.html> <br><input type = submit value=Submit> </form <td> This form is identical to the one above <tr> <td> <form name = test3 method = get action = pass2.html> <br><input type = submit value=Submit> </form <td> This form has a name <tr> <td> <form name = test2 method = get action = pass2.html> <br><input type = submit value=Submit> </form <td> This form has a name </body> </html>
Version data entries
17 entries across 17 versions & 1 rubygems