 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
André Kuiper Guest
|
Posted: Mon Aug 04, 2003 5:53 pm Post subject: HTML from within an applet |
|
|
Hi guys,
I like to run an HTMP page from within an applet. I presume this is achieved
by calling applet.getAppletContext().showDocument(). However, I'd like to
generate this HTMP page dynamically. Now, since the sandbox forbids be to
create a temp file on the local machine, does any of you know how this could
be accomplished otherwise?
Thanx,
André
|
|
| Back to top |
|
 |
Rich Wilkman Guest
|
Posted: Tue Aug 05, 2003 4:30 am Post subject: Re: HTML from within an applet |
|
|
Normally you'd call a servlet to do this or you could just
showDocument() to a jsp page.
-Rich
André Kuiper wrote:
| Quote: | Hi guys,
I like to run an HTMP page from within an applet. I presume this is achieved
by calling applet.getAppletContext().showDocument(). However, I'd like to
generate this HTMP page dynamically. Now, since the sandbox forbids be to
create a temp file on the local machine, does any of you know how this could
be accomplished otherwise?
Thanx,
André
|
|
|
| Back to top |
|
 |
Rich Wilkman Guest
|
Posted: Wed Aug 06, 2003 3:40 am Post subject: Re: HTML from within an applet |
|
|
André:
Well, that pretty much leaves using the Java Plugin and using a
JEditorPane and shoving HTML into that while the Applet is on the
screen. Not the same as launching a new browser view, but it will give
you a place to display your generated HTML.
-Rich
André Kuiper wrote:
| Quote: | "Rich Wilkman" <richw (AT) formlessvoid (DOT) com> wrote in message
news:3F2F32CC.8070608 (AT) formlessvoid (DOT) com...
Normally you'd call a servlet to do this or you could just
showDocument() to a jsp page.
Thanks Rich, but it's not my own server, and no servlet engine is running.
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|