HTTPUnit and Bad Javascript

Hi,

I am new to HTTPUnit and am writing some code to parse a site and convert it to a graph on which I will later perform some basic graph theory computations.

The problem is that sometimes, sites contain bad javascript and exceptions. Is it possible to tell HTTPUnit NOT to process javascript?

Mark

[326 byte] By [Mark_Micallefa] at [2007-10-2 6:16:49]
# 1
See http://httpunit.sourceforge.net/doc/faq.html#disable%20scripting which says: If you call HttpUnitOptions.setScriptingEnabled( false ); JavaScript will not be interpreted.
kenj0418a at 2007-7-16 13:18:35 > top of Java-index,Administration Tools,Sun Connection...