| Hi Xavier. I'm attempting to rip the contents of a conferencing system called
FirstClass by Opentext (in order to archive it). Much of the content is
presented as attachments to emails. The links to these are created by
JavaScript which is hidden in HTML comment tags, e.g.
<script type="text/javascript">
<!--
AAD("-2:`http://192.168.220.60/foobar/I01AED394.0/XYZ%20News%2022.pdf`;0:6,`File`;5:`/Icons/su9623`,16,16;6:`1.1M`;7:`XYZ
News 22.pdf`");DAL();
//-->
</script>
Your documentation suggests the software tries to find URL's in JavaScript but
it doesn't pick these up, maybe because the backtick character is used where
one might expect a single quote?Any help would be appreciated. | |