We've expanded our news coverage and improved our search! Visit
news.oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
A Custom JSP Tag Library for Dynamic Menus
|
| Subject: |
|
JavaScript errors with Netscape 4.7 & menu-example.war |
| Date: |
|
2004-03-08 02:34:09 |
| From: |
|
cwele
|
|
|
Hi,
when I try to run menu-example.war (with Jetty included in JBoss and Netscape 4.7) I get the following errors:
---------------
JavaScript Error:
http://localhost:8080/menu-example/dynamicmenu.js, line 360:
document.styleSheets has no properties.
JavaScript Error:
http://localhost:8080/menu-example/menu.jsp, line 27:
document.getElementById is not a function.
--------
So what is the problem ?
|