Sha256: 4963affcf463f2949519669d4f2e3902754074e254f113fe5bb2cd301e89e4dc

Contents?: true

Size: 978 Bytes

Versions: 1

Compression:

Stored size: 978 Bytes

Contents

<html>
<head>
<title>
Test page for buttons
</title>
</head>
<body>
CVS Revision: $Revision $
<br>
<br>
<table>
<tr>
<td>
<form name = test1 method = get action = pass.html>

<input type = button name = b1 id = b2 value = "Click Me" onClick="javascript:document.location='pass.html';" title = "this is button1">
<br><input type = button name = b4 id=b5 value = "Disabled Button" onClick="javascript:document.location='fail.html';" disabled>

</form>
<td> The top button is for testing buttons with names
<br> The second button is used for testing disabled buttons


<tr>
<td>
<form name = test2 method = get action = pass2.html>
<br><input type = submit value=Submit>
</form>
<td> This button is a submit ( the others are buttons)

<tr>
<td>
<form name = test3 method = get action = pass3.html>
<br><input type = image src=images/button.jpg name =sub3>
</form>
<td> This button is an image. It should behave the same as a submit



</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
watir-1.4.1 unittests/html/buttons1.html