| Hi,
In some of my pages I have code like this (simplified):
<select name="arMenu1_2_1" >
<option value="">Catalog Microarrays<option value="">
<option value="../sb/sbshow.asp?nav_id=374">25-mer Products
<option value="../sb/sbshow.asp?nav_id=375">60-mer Products
<option value="../sb/sbshow.asp?nav_id=376">Probe Design
</select>
<img src="../graphics/nav/go_empty.gif" onclick="if
(arMenu1_2_1.value != '')
{location.href=arMenu1_2_1.value;};">
In the last version of Httrack (I think I used 3.22), the
system recognized the pages behind and changed the code
inside the option value field to the new generated
downloaded files (e.g. /sb/sbshow17c5.html?nav_id=374)
(maybe because I set the option "Attempt to detect all
links (even in unknown tag/javascript code").
But now after I updated to 3.23 the option value is not
changed anymore.
Any Idea, what I can do to get Httrack to change the
filenames to the newly downloaded filenames (all referenced
files are downloaded because there is another link httrack
could follow)?
Thanks in advance, best regards
Jan | |