-
problem importing html, with js, into jsp page (1 messages)
- Posted by: nesto costa
- Posted on: December 19 2008 12:50 EST
I've got a problem! i have a menu made in js in a file named menu.js and i import it to an html file menu.html and it work fine! the problem comes when i import the menu.html into an jsp file, the menu doesn't appear.... this is some of the code i have in the html file: <script language:javascript> <!-- e = new Menu('d'); //--> </script> the thing is, the first part of the code, before the , shows fine, but the menu just doesn't show!!!Threaded Messages (1)
- Re: problem importing html, with js, into jsp page by Marina Prikaschikova on January 09 2009 03:28 EST
-
Re: problem importing html, with js, into jsp page[ Go to top ]
- Posted by: Marina Prikaschikova
- Posted on: January 09 2009 03:28 EST
- in response to nesto costa
Maybe it is language="JavaScript" ? See also Content taglib in Coldtags suite: http://www.servletsuite.com/servlets/cnttag.htm