From: Hans-Joachim M. <Han...@in...> - 2005-02-07 18:10:29
|
Hello, I wrote: > we try to do a > > <script language="JavaScript"> > this.name="dummy"; > </script> > > directly in an html page and get an > htmlunit exception with javascript > complaining that the property "name" > of the object "...javascript.host.Window@xxxxx" > is not writeable. > > But this is working in all browsers we use. > > Is this a bug that the top level window > has no writeable name property? > sorry but we had an old version of htmlunit in a particular test installation. Now everything works fine. Thanks, Jochen |