Sha256: 51e44d22c9e4d56bce173912bcd9c46f44f604380631674e145fb21b34a2c91d
Contents?: true
Size: 734 Bytes
Versions: 16
Compression:
Stored size: 734 Bytes
Contents
<!doctype 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
16 entries across 16 versions & 2 rubygems