I want to access the value stores in nested table. I am unable to do it, please send me the solution for this.
I am using a table:
<table border=
"1" width="87%"><tr>
<td width="9%"> </td>
<td width="91%"> </td>
</tr>
<tr>
<td width="9%"> </td>
<td width="91%">
<table border="1" width="48%">
<tr>
<td width="50%">name</td>
<td width="50%">vikash</td>
</tr>
<tr>
<td width="50%">roll</td>
<td width="50%">30</td>
</tr>
</table>
</td>
</tr>
</table>
I want to store the value, name=vikash and roll=30 in a excel file, what should be the solution for this.
Thanks in advance
Find out what India is talking about on - Yahoo! Answers India
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
