Hi Everybody,

Heres The HTML...

<body>
<table>
        ..................
</table>
<table>
 <tr><td>
                <table>
                         <tr>
                                  <td>
                                        ...............
                                  </td>
                                  <td>
                                        <input type="image" 
src="../images/go.gif" border="0">
                                  </td>
                         </tr>
                </table>
 </tr></td>
</table>
</body>

Theres a table inside the 2nd table in the page.... 
i tried this...
ie.table(:index, 2)[1][1].table(:index, 1)[1][2].image(:index, 1).src
to get back the src, but it didn't work... 

Can You Help Please.... Thanks....
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to