From: Mabel C. <mc...@ya...> - 2003-03-21 20:26:07
|
Does HtmlUnit currently support the javascript "document.all"? I get a null pointer exception from org.mozilla.javascript.ScriptableObject.getProperty(ScriptableObject.java:1396) I have a simple page like this: <html> <body> <div id='ARSMenuDiv1' style='VISIBILITY: hidden; POSITION: absolute; z-index: 1000000'></div> <script language='Javascript'> var divObj = document.all["ARSMenuDiv1"]; </script> </body> </html> __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com |