Re: to open new window of JSP on the applet




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.

.



Relevant Pages

  • Re: to open new window of JSP on the applet
    ... For that your applet needs to be able to parse and render the HTML that ... If you are fetching a JSP *as is*, ... processed JSP (HTML code) and the applet/receiver need to be able to ... parse it - pretty much like a mini browser. ...
    (comp.lang.java.help)
  • Re: Processing XML thats embedded in HTML
    ... I need to parse a fairly complex HTML page that has XML embedded in ... plain XML, but I cannot get it to work with this HTML page. ... matching grammar and filtering parse action ...
    (comp.lang.python)
  • Re: HTMLParser.HTMLParseError: EOF in middle of construct
    ... is valid HTML or not? ... if so it's a bug on HTMLParser ... may appear in an element's start tag. ... And I have to parse many different sites, I just want extract the links, so ...
    (comp.lang.python)
  • Re: Parsing HTML Files
    ... > My Lists of "Useful URLs" are getting a bit difficult to keep nicely ... > designed) HTML Parser can properly Parse HTML. ... Firefox doesn't quite follow that spec but it's close enough to parse. ...
    (uk.people.silversurfers)
  • Re: HTML parser
    ... > having to do more than I bargained for -especially since, for HTML, ... But ATagParser can parse basically anything with a tag format ... At one time, I created a DOM type tree on top of ATagParser, but ...
    (borland.public.delphi.thirdpartytools.general)