| > 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.
httrack can *not* parse complex javascript code (using
variables for example) ; so it will not work like that.
Can't parameters be passed using another way, such as a
variable the childs can access? (something like
parent.frames[0].foo)
| |