Re: access HTTP request parameters?



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.
.



Relevant Pages

  • Re: importing external package into applet..
    ... >> to specify your external jars.. ... > ..so I have to use CODEBASE if applet ... directory from html file referencing it.. ... they are not obtainable from the CODEBASE. ...
    (comp.lang.java.help)
  • Re: problem: security using IDEs appletviewer
    ... APPLET tag. ... The HTML above loads both the test1.jar and test2.jar and runs the class ... You have the image in a in a jar that has the name ... appletviewer will load all .jar files listed there. ...
    (comp.lang.java.help)
  • Re: LiveConnect applet crashing after page reload, please help
    ... string inside the applet and returning that string to javascript. ... in Firefox to insert the html string in the proper place. ... > public void actionPerformed{ ...
    (comp.lang.java.programmer)
  • Re: problem: security using IDEs appletviewer
    ... APPLET tag. ... The HTML above loads both the test1.jar and test2.jar and runs the class ... You have the image in a in a jar that has the name ... appletviewer will load all .jar files listed there. ...
    (comp.lang.java.help)
  • help - accidentally creating floating applet
    ... I'm porting jEdit's help system into an applet form. ... I'd like to instead embed the applet inside the HTML ... so I can have a link create a popup window. ... HelpViewer frame = new HelpViewer; ...
    (comp.lang.java.help)