On Wed, 20 Jun 2001 23:40:06 -0400, Chris Inacio <[EMAIL PROTECTED]>
somehow managed to type:
>Hello all,
>
> I have a problem using sites that generate mouse over menus with Java
>server pages. For example, http://www.nikonusa.com is not really
>naviagable with mozilla on my machine. I believe that I have Java
>installed correctly. I used the Windows installer, I have the "mozilla"
>java installed and I checked the plugins directory for the correct Java
>DLL's being there.
Java Server Pages (JSP) are entirely interpreted on the server. To the web
browser, they are indistinguishable from any other HTML page.
Charles Miller