Hi,
I'm new to
Java and to JavaRanch, and am creating a
JSP administration page for a website. I am using the jscalendar-1.0 DHTML pop up calendar on this page.
When my page didn't have any JSP code on it, and just HTML, I saved the file as a .html file, and the pop up calendar worked perfectly. But as soon as I saved the same file with .jsp extension, it stopped working.
When I open the JSP page in my IE browser, I get two warnings. One that says "Expected Identifier", and one - "Calendar is undefined".
Here is how I called the files for the calendar on my JSP admin page:
Is something wrong with this? Do the pages need to be called differently from JSP pages?
I'd appreciate any advice or pointers,
Thanks!