[ ]
The following is a cut & pasted extract from the source of an eBay page for one of my sold items.
<tr bgcolor="#eeeef8">
<td width="5"><img src=" width="10" height="1"></td>
<td width="28" height="28" valign="top"><img src=" width="28" height="28" alt="Green Check"></td>
<td width="10"><img src=" width="10" height="1"></td>
<td colspan="2" valign="bottom" width="100%"><span class="sectiontitle"><b>
Your item sold for US $44.99!
</b></span><br>
Buyer's Postal Code: 75662<br></td>
<td width="10"><img src=" width="10" height="1"></td>
<td width="5"><img src=" width="10" height="1"></td>
</tr>
I want to extract the info in red, then pass that info to a different page when the buyer clicks a link on the returned page. I know how to pass the info to a different page. I don't know how to extract it from the returned page.
Limitations:
1) eBay writes the above code - I cannot change it.
2) eBay does not allow server side includes nor the EVAL function - I cannot call an off-page program nor file.
3) All code to do this must reside on the eBay page (client side) when the page is listed - no changes can be made after the sale.
Is it possible to do this?
Link to page that above was extracted from:
mmerlinn
"Political correctness is the BADGE of a COWARD!"
The following is a cut & pasted extract from the source of an eBay page for one of my sold items.
<tr bgcolor="#eeeef8">
<td width="5"><img src=" width="10" height="1"></td>
<td width="28" height="28" valign="top"><img src=" width="28" height="28" alt="Green Check"></td>
<td width="10"><img src=" width="10" height="1"></td>
<td colspan="2" valign="bottom" width="100%"><span class="sectiontitle"><b>
Your item sold for US $44.99!
</b></span><br>
Buyer's Postal Code: 75662<br></td>
<td width="10"><img src=" width="10" height="1"></td>
<td width="5"><img src=" width="10" height="1"></td>
</tr>
I want to extract the info in red, then pass that info to a different page when the buyer clicks a link on the returned page. I know how to pass the info to a different page. I don't know how to extract it from the returned page.
Limitations:
1) eBay writes the above code - I cannot change it.
2) eBay does not allow server side includes nor the EVAL function - I cannot call an off-page program nor file.
3) All code to do this must reside on the eBay page (client side) when the page is listed - no changes can be made after the sale.
Is it possible to do this?
Link to page that above was extracted from:
mmerlinn
"Political correctness is the BADGE of a COWARD!"