| > So I'm doing something wrong here but I can't figger out
> what...
> How do I set the settings in HTTrack to download???I
Normally +*.JPG should do the trick
BUT here there are some nasty javascripting in the first
frameset page:
<SCRIPT LANGUAGE=javascript>
sQryStr=self.location.search;
document.write('<FRAMESET
BORDER="0" COLS="280,*">');
document.write('<FRAME
FRAMEBORDER="no" NAME="sx" SRC="Menu.asp'+ sQryStr + '"
SCROLLING="Auto">');
document.write('<FRAME
FRAMEBORDER="no" NAME="Layout" SRC="Vuoto.asp'+ sQryStr+ '"
MARGINHEIGHT=5 MARGINWIDTH=0 SCROLLING="auto">');
document.write('</FRAMESET>');
</SCRIPT>
Add the frameset URLs too, this should do the trick if the
javascript code is not too "brainfked"
| |