views:

329

answers:

1

Given the following html:

<HTML> <BODY>
<DIV id="admin" onmouseover="javascript:showLayer('admin');"
        onmouseout="javascript:hideLayer('admin');" name="admin">
<TABLE >
<TBODY> <TR> <TD class="popup" >
<A href="javascript:doTab(3, 'muskrat.htm','docrat.htm')">User Admin</A>
</TD></TR></TBODY></TABLE></DIV></BODY></HTML>

How would I go about clicking the javascript href link using powershell ie automation? Thanks

A: 

I have the same question. I hope someone will take a look at this :-) Thanks.

Jakov