<quote who="Micah Cowan"> > Response below > It looks to me (from the JavaScript) like _action ought to have the > value "_login" (rather than empty), and _action_login should have the value > "Login". And be sure that your username is entered as lowercase, > as it looks like there's JavaScript to massage that.
> Hope that helps, Micah, thanks !!!!!! I'm loging in OK. on next step I do like: wget --load-cookies=my-cookies.txt --save-cookies=my-cookies.txt --keep-session-cookies http://www.domain.tld/main.htm?_template=advanced&_module=active_list that fails until I put "" around the http string like so: wget --load-cookies=my-cookies.txt --save-cookies=my-cookies.txt --keep-session-cookies "http://www.domain.tld/main.htm?_template=advanced&_module=active_list" or should I use some '%' characters ? for & ? or just " " around https string ? next question: the resulting file has lots and lots of bumpf like space.gif galore, etc, how do I make into text as much as possible, is there a wget function, or ? -- Voytek
