another wget download question
wget can be used to download a web page or even mirror a web site.
But wget only get default content on the downloaded page.
Now some web page can show different content through dropdown list.
my question is:
How I can download by using wget the undefault content which show when user select different value in dropdown list on web page. thanks!
ps.
When user select different item in dropdown list, address in browser's address bar will not change which is achieved by AJAX. |
|