From: Mike B. <mb...@Ga...> - 2004-02-04 12:44:37
|
Darius Cooper wrote: > After some more debugging, I find that "xyz" was used in a javascript > *with* clause. > The pages work fine in Mozzila and IE, but the page blows up when it is > read into HTMLUnit. You're getting into parts of javascript that I'm not familiar with. The core javascript language is implemented by the Mozilla Rhino engine so if it supports "with" clauses then HtmlUnit should as well. The parts of javascript support that we maintain are the browser specific host objects such as Document, Window, Location etc. The language itself is all handled by Rhino. Hopefully someone else can jump in with a more helpful answer. -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822-0973 | Email : mb...@Ga... Fax : (416) 822-0975 | Website: http://www.GargoyleSoftware.com |