Hi,

In our website we have buttons which are actually div's but without any id or 
name.
The html code looks like this:

<table class="p-button" cellspacing="0">
  <tr>
    <td onclick="window.location.href='registration.jsp">
      <div>Register now</div>
    </td>
  </tr>
</table>

How can I click on such a button? The ie.div(:index, 7).click method doesn't 
work.
Thanks!
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to