Monday, September 24, 2007

Extra Credit

I have tried to accomplish the extra credit assignment by playing with the code until it would actually execute the myspace site without any exceptions. However it always complained about ASP.NET AJAX Framework is missing. While trying to make it work I found that httpunit has a function called HttpUnitOptions.setExceptionsThrownOnScriptError(false); that would skip all the scripting but this did not help either. The function takes either true or false as the parameter whether you want scripting errors to be printed or not. Then I went on to Google to get some more information on how to solve the problem however in the end I was not able to execute myspace without any errors. At leat my web spider works for a lot of other site.

No comments: