Re: access HTTP request parameters?
- From: Jean-Baptiste Nizet <jnizet@xxxxxxxxx>
- Date: Tue, 15 Jul 2008 00:43:59 -0700 (PDT)
On 15 juil, 00:42, Stefan Palme <pa...@xxxxxxxxxx> wrote:
One of the application's HTML pages contains an <applet>-Tag causing
the users browser to load an applet. The applet lives in the same
codebase as the web application, i.e. something like this:
<applet code="my.package.Main" archive="applet.jar">
... (some applet params)
</applet>
If this HTML page is dynamically generated, you can retrieve the
cookie information when generating the HTML page, and pass it to the
applet as an additional applet parameter.
JB.
.
- Follow-Ups:
- Re: access HTTP request parameters?
- From: Stefan Palme
- Re: access HTTP request parameters?
- References:
- access HTTP request parameters?
- From: Stefan Palme
- access HTTP request parameters?
- Prev by Date: Re: color space conversions
- Next by Date: Re: Limiting RMI to localhost
- Previous by thread: Re: access HTTP request parameters?
- Next by thread: Re: access HTTP request parameters?
- Index(es):
Relevant Pages
|