PDA

View Full Version : Help with Symlinks



Jazz
12-25-2008, 06:22 AM
Hi,

I am a student and a .net programmer. I took a sabbatical from programming for about 2 years and as luck would have it I am working on VBA (just for the kicks), kind of a new start! I am trying to create a web crawler but the problem is that I can visit a link through the web browser control but I cant save a copy of the page on my disk. Its a web folder actually and I am getting that ubiquitous 403 forbidden error. "Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request". I am basically a desktop application programmer and I dont have much idea about the web and its nuances. But from what I can figure out the page that I am intending to capture has frames and I guess it has some sort of symbolic links (symlinks) in it. Also I would like to know how I can use google translation with VBA.

Thanks.

(Hope I am clear, if I am not then thats got to be because of my poor knowledge of web/Internet programming.)