Re: to open new window of JSP on the applet
- From: "rajbala.3399@xxxxxxxxx" <rajbala.3399@xxxxxxxxx>
- Date: 30 Oct 2006 20:28:00 -0800
Manish Pandit wrote:
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
Hai manish,
Thanks for ur help.It somewhat Helps me.But i
didn't get clearly. Would you please send a piece of code for this.
Ur help must be appreciated.
.
- References:
- to open new window of JSP on the applet
- From: sree . it
- Re: to open new window of JSP on the applet
- From: Manish Pandit
- to open new window of JSP on the applet
- Prev by Date: Re: to open new window of JSP on the applet
- Next by Date: About plugin in netbean IDE5.0
- Previous by thread: Re: 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
|