| My html contains the following script and generate a
frameset.
<script>
var paras='¶1=test';
document.write('<FRAMESET ROWS="100%, *" frameborder="no"
framespacing=0 border=0>')
document.write('<FRAME SRC="/NASApp/cs/ContentServer?pagename=test'+paras+'"
NAME="mainwindow" frameborder="no"
framespacing="0" marginheight="0" marginwidth="0"></FRAME>')
document.write('</FRAMESET>')
</script>
If the src is "/NASApp/cs/ContentServer?pagename=test",
httrack works fine, however, if the variable paras add to
the src, then httrack cannot download the frame content.
Is there any setting that can make it work?
Thanks a lot!!! | |