txie - 2004-11-05

Hi,

I'm testing a software I can't control. The page is table-based layout, and tables with no ID or names.

I try to execute the onClick() event in the snippet below.
1) How can I retrieve it from response?
2) How to execute it?

Thanks very much

        <tr onMouseOver="this.className='tocItemRollover';"
onMouseOut="this.className='tocItem';"><td style="padding-left:5px;">
                <a onKeyPress="return aw03('_zcCk7b',null,null,event);" href="#" onClick="return aw03('_zcCk7b',null,null,event);" awname="Portlet1::TOCPortlet:currentItemClicked_4">
            Administration
                </a></td>
        </tr>