|
Hi all,
I am having difficulties of understanding how to
pass a variable from one applet form to another in the HTML.
In the pass I used to to write some javascript
codes in the HTML page to hold a parameter value output from the applet java form and and work out from the value to see
which form should the next page user are allowed to look at or supply a value to
the applet. By doing it this way I find it very inconvenient and sure that it's
not the best way to do it.
I am sure there are quite a lot of you knows how to keep a
variable for the whole lifetime of the web applet application and pass the
parameters to the applet in the HTML page.
Could anyone please tell me the best way to handle this
problem to make my application looks more elegant. I heard JSP would
allow you to keep the variable on the server and can pass to
different pages.
Your reply would be very appriciated.
Thanks in advance.
Anh.
|
- Re: Passing parameters around pages ... Anh Nguyen
- Re: Passing parameters around pages ... Janakiraman Guharaman
