I cannot find the WebClient class. There needs to be a way to insert login information.
Remember you are talking with a beginner here. Can someone please post a working snippet of code? Sincerely, Joe. > Greetings, > > I am looking for classes and code snippets to download a statement from my > mutual fund company. > > It would have to login, submit the password and then download from a link. > > Does anyone have code that does this? > > > Sincerely, > > Joe. > > > Hi Joe, > > > > Have a look at WebClient httpGet: > 'http://yourAddress.com/yourLinkToDownload' > > > > It handles everything you need. > > > > All the best, > > > > Ron Teitelbaum _______________________________________________ Beginners mailing list [email protected] http://lists.squeakfoundation.org/mailman/listinfo/beginners
