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