I am trying to mirror a javascript application that acts as
a small database of systems.
I can get the top-level list but none of the subsequent
links work at the next level.
the links look like :
<a href="JavaScript:HardwareToSecurity()">Security</a>
Is there a way to do this? |