Re: to open new window of JSP on the applet
- From: "Manish Pandit" <pandit.manish@xxxxxxxxx>
- Date: 30 Oct 2006 18:10:43 -0800
Will give syntax for getting jsp page on applet.
For that your applet needs to be able to parse and render the HTML that
you get from the server. If you are fetching a JSP *as is*, you will
get the whole JSP source code. If you are accessing it via an
application server (protocol://server:port/resource), you will get a
processed JSP (HTML code) and the applet/receiver need to be able to
parse it - pretty much like a mini browser. Hope this helps.
-cheers,
Manish
.
- Follow-Ups:
- Re: to open new window of JSP on the applet
- From: rajbala.3399@xxxxxxxxx
- Re: to open new window of JSP on the applet
- References:
- to open new window of JSP on the applet
- From: sree . it
- to open new window of JSP on the applet
- Prev by Date: Re: help with an array
- Next by Date: Re: to open new window of JSP on the applet
- Previous by thread: to open new window of JSP on the applet
- Next by thread: Re: to open new window of JSP on the applet
- Index(es):
Relevant Pages
|