views:

43

answers:

1

I'm using mechanize to fill out a form that has a series of rows. Each row is an <input type="checkbox"> followed by <td>name of the checkbox</td>. How do I read the name so I know whether to check the box?

Thanks

A: 

Try asking on the mechanize mailing-list.

martineau
Thanks, I'll try that.
Jeff