File Download with Hrefs?

Hello,

I am downloading files in the way described at

http://schmidt.devlib.org/java/file-download.html

But from the downloaded page when i click at any hyperlink like "Main Page" then it goes to "file:///D:/workspace/New%20Folder/index.html" and shows message "File Not Found" instead of visitinghttp://schmidt.devlib.org/index.html"

I cant understand how can idownload a file in a way that it contains full hrefs in it.

your comments please?

Best Regards

Tabbasum

[522 byte] By [T_Naza] at [2007-11-27 10:42:03]
# 1

You can't do that automatically. You will have to parse the links, evtl. create new URLs from the relative ones, and download them as well.

CeciNEstPasUnProgrammeura at 2007-7-28 19:16:11 > top of Java-index,Java Essentials,Java Programming...