Neil Harrison wrote:
>
> Hi everyone.
>
> I'm going to be using JSP scriplets within Netscape Communicator 4.7 - does
> anyone know if there are compatibility issues with using
> JDK v1.1.8_10?
>
> I've had problems before when limited to Netscape 4.04 with a later version
> of the JDK.  If anyone has a list of compatible versions/browsers that'd be
> great (had a quick search round the Netscape site to no avail)

You seem to be confusing client and server side code. JSP scriptlets execute
in a JSP enabled web server, and generates a response dynamically (typically
an HTML page). What browser you use to view this response is irrelevant.

To learn more about JSP, start at <http://java.sun.com/products/jsp/>

Hans
--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to