| I just doublechecked it and it really seem to work
different in the 3.22-3 Version (what means in
differentiation to the 3.23 version is works really fine).
I will use the old 3.22.-3 File for this project now, but
maybe you can find the bug (if it is one) so that it can be
fixed in the following versions.
I even simplified my script to:
<html>
<body>
<tr><td><select size="1" name="arMenu1_2_1" onchange="if
(this.value != '')
{arMenu1_2_1_go.src='../graphics/nav/go_visible.gif'}else
{arMenu1_2_1_go.src='../graphics/na
v/go_empty.gif'};"><option value="">Custom
Microarrays<option
value="">---------------------------------------------
<option value="../sb/sbofflinecdtest_result.asp?nav_id=12">25-mer Products
</select></td><td><img id="arMenu1_2_1_go"
src="../graphics/nav/go_empty.gif" onclick="if
(arMenu1_2_1.value != '')
{location.href=arMenu1_2_1.value;};"></td></tr>
</body>
</html>
If I only use this page and a resultpage
(sbofflinecdtest_result.asp with only the word "success" in
it) the download works find in the 3.22-3 but not in 3.23
(there httrack only downloads the main page and not the
link inside the options)...
Or do i have to activate another parameter in 3.23?
Best regards
Jan | |