This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Is there a way that an applet can pass value into its JSP holder? Thanks again....
Maulin Vasavada
Ranch Hand
Joined: Nov 04, 2001
Posts: 1865
posted
0
Hi Nelson So you have a JSP page that has an applet and you want to pass value from that applet to that JSP? That would not be possible as JSP gets evaluated by the webserver upon a request and its' HTML output gets to the client browser where you might be having your applet so we can't pass value from the Applet to the JSP BUT if we were to pass value from the Applet to the HTML where the applet is then I would say "YES" we can do it. We have to use JSObject and that would do the job... Regards Maulin