I'm trying to active the onclick event attached to a cell on a webtable, but I can't figure out how to do it. I can see the object with a watch expression, but I still don't know how to code it.
.Document.getElementByID("DealInfoCollateralCharac teristics_tb").all.item(1).all.item(1).all.item(1) .onclick is the tree from the watch, but I can't find any identifiers between the table reference and the final Element. Here's the HTML code if it helps.
Code:
<tbody id="DealInfoCollateralCharacteristics_tb"><tr class="Row">
<td><IMG src="/images/button/H.gif" alt="History" onclick="window.event.cancelBubble = true;PopUpWin('HistoryHDL ! Table','KeyValueArgs', 'HISTORY_REPORT=Deal Info ! Collateral Characteristics~HISTORY_CODE=0~HISTORY_DEAL=AMCA0005')"></td>
<td align="right"></td>
<td nowrap>$26,695,012,323.37</td>
<td nowrap>24.590800</td>
<td nowrap>20.211000</td>
<td nowrap>4.77120018005371</td>
<td nowrap>9.976200</td>
<td nowrap>10.861267</td>
<td align="right">1.43</td>
<td nowrap>15.439800</td>
</tr></tbody>
Thanks for any help I get. (although I'm yet to get any for any questions.. Is anyone reading the things but me?)