I'm writing a script to mirror certain pages of a website. Some of the pages include a javascript popup links with pages that need to be mirrored. For example, many of the pages that are being downloaded include links such as the following:
<a title="Click here" href="JavaScript:OpenTheWindow('/matric/grad/disciplin_pop.aspx?cod=121212','0')">The linked text</a>
The javascript file that defines "OpenTheWindow" is being downloaded OK by wget and functions in the mirrored pages, however I can't figure out how to download the files such as:
disciplin_pop.aspx?cod=121212
Is there something I can do?
Thanks