I have a 2 x 2 table on a webpage with different prices in it:
<table id="table_15" border="1" class="OBJ-1">
<col style="width:116px;">
<col style="width:116px;">
<tr style="height:59px;">
<td class="TC-1">
<p class="Normal"><span class="C-3">£40</span></p>
</td>
<td class="TC-1">
<p class="Normal"><span class="C-3">£80</span></p>
</td>
</tr>
<tr style="height:59px;">
<td class="TC-1">
<p class="Normal"><span class="C-3">£38</span></p>
</td>
<td class="TC-1">
<p class="Normal"><span class="C-3">£58</span></p>
</td>
</tr>
</table>
On loading a second webpage, is it possible to copy the data from row 2, column 1 (£38) and put it on that page?
Your assistance is much appreciated and please don't assume any prior knowledge on my part in replies.