So how does one use wget properly to download a website when the website uses Java seemingly excusively. I've tried wget -r http://www.example.com wget -r -p http://www.example.com wget -r -l 3 -p http://www.example.com Is there a different tool I should be using?? -Richard