Sha256: b49bc896bc1191e1d2d8a41a02a5ff909b5b55b50e43275962dc6f57cc6acac6

Contents?: true

Size: 719 Bytes

Versions: 2

Compression:

Stored size: 719 Bytes

Contents

<html>
<head>
<title>
Test page for Forms
</title>
</head>
<body>
CVS Revision: "$Revision: 1.0 $"
<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

2 entries across 2 versions & 2 rubygems

Version Path
mk_firewatir-1.6.5 unittests/html/forms2.html
firewatir-1.6.5 unittests/html/forms2.html